#8FB96B

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

Shades of Olivine #8FB96B

Tints of Olivine #8FB96B

Color information

#8FB96B (or 0x8FB96B) is unknown color: approx Olivine. HEX triplet: 8F, B9 and 6B. RGB value is (143,185,107). Sum of RGB (Red+Green+Blue) = 143+185+107=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 107 (42.19% from 255 or 24.60% from 435); Max value from RGB is 185 - color contains mainly: green. Hex color #8FB96B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB96B is #704694. Grayscale: #A3A3A3. Windows color (decimal): -7358101 or 7059855. OLE color: 7059855.

HSL color Cylindrical-coordinate representation of color #8FB96B: hue angle of 92.31º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FB96B is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB143185107-
CMYK0.2300.420.27
HSL92.31º35.78%57.25%-
HSV(B)92.31º42.16%72.55%-
XYZ31.3341.620.29-
YUV163.5596.09113.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.87%
GREEN value IS 185 (72.66% from 255) = 42.53%
BLUE value IS 107 (42.19% from 255) = 24.60%
R=32.87%
G=42.53%
B=24.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431851070.2300.420.2792.3135.7857.25
Hex8FB96B1702A1B5c2439
Octal21727115327052331344471
Binary10001111101110011101011101110101010110111011100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,185,107); }

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

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

 a { background-color: rgb(143,185,107); }

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

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

 span { border-color: rgb(143,185,107); }

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