#8FBD62

Color #8FBD62 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #8FBD62

Tints of Olivine #8FBD62

Color information

#8FBD62 (or 0x8FBD62) is unknown color: approx Olivine. HEX triplet: 8F, BD and 62. RGB value is (143,189,98). Sum of RGB (Red+Green+Blue) = 143+189+98=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 189 - color contains mainly: green. Hex color #8FBD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBD62 is #70429D. Grayscale: #A5A5A5. Windows color (decimal): -7357086 or 6471055. OLE color: 6471055.

HSL color Cylindrical-coordinate representation of color #8FBD62: hue angle of 90.33º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8FBD62 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB14318998-
CMYK0.2400.480.26
HSL90.33º40.81%56.27%-
HSV(B)90.33º48.15%74.12%-
XYZ31.7343.1218.21-
YUV164.8790.26112.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 33.26%
GREEN value IS 189 (74.22% from 255) = 43.95%
BLUE value IS 98 (38.67% from 255) = 22.79%
R=33.26%
G=43.95%
B=22.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal143189980.2400.480.2690.3340.8156.27
Hex8FBD62180301A5a2938
Octal21727514230060321325170
Binary10001111101111011100010110000110000110101011010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FBD62; }

 p { color: rgb(143,189,98); }

 H1.HeaderClassName
 {
   color: #8FBD62;
 }
 .AnyTagClassName
 {
   color: #8FBD62;
 }
</style>
background-color css

<style>
 a { background-color: #8FBD62; }

 a { background-color: rgb(143,189,98); }

 div.DivClassName
 {
   background-color: #8FBD62;
 }
 .BgClassName
 {
   background-color: #8FBD62;
 }
</style>
border-color css

<style>
 span { border-color: #8FBD62; }

 span { border-color: rgb(143,189,98); }

 td.TdClassName
 {
   border-color: #8FBD62;
 }
 .TagClassName
 {
   border-color: #8FBD62;
 }
</style>