#8FB676

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

Shades of Olivine #8FB676

Tints of Olivine #8FB676

Color information

#8FB676 (or 0x8FB676) is unknown color: approx Olivine. HEX triplet: 8F, B6 and 76. RGB value is (143,182,118). Sum of RGB (Red+Green+Blue) = 143+182+118=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 182 - color contains mainly: green. Hex color #8FB676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB676 is #704989. Grayscale: #A3A3A3. Windows color (decimal): -7358858 or 7779983. OLE color: 7779983.

HSL color Cylindrical-coordinate representation of color #8FB676: hue angle of 96.56º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FB676 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB143182118-
CMYK0.2100.350.29
HSL96.56º30.48%58.82%-
HSV(B)96.56º35.16%71.37%-
XYZ31.3340.623.33-
YUV163.04102.58113.7-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.28%
GREEN value IS 182 (71.48% from 255) = 41.08%
BLUE value IS 118 (46.48% from 255) = 26.64%
R=32.28%
G=41.08%
B=26.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1431821180.2100.350.2996.5630.4858.82
Hex8FB676150231D611e3b
Octal21726616625043351413673
Binary1000111110110110111011010101010001111101110000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,182,118); }

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

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

 a { background-color: rgb(143,182,118); }

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

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

 span { border-color: rgb(143,182,118); }

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