#8FA672

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

Shades of Olivine #8FA672

Tints of Olivine #8FA672

Color information

#8FA672 (or 0x8FA672) is unknown color: approx Olivine. HEX triplet: 8F, A6 and 72. RGB value is (143,166,114). Sum of RGB (Red+Green+Blue) = 143+166+114=423 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.81% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA672 is #70598D. Grayscale: #999999. Windows color (decimal): -7362958 or 7513743. OLE color: 7513743.

HSL color Cylindrical-coordinate representation of color #8FA672: hue angle of 86.54º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FA672 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB143166114-
CMYK0.1400.310.35
HSL86.54º22.61%54.9%-
HSV(B)86.54º31.33%65.1%-
XYZ2834.3321.07-
YUV153.2105.88120.73-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.81%
GREEN value IS 166 (65.23% from 255) = 39.24%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=33.81%
G=39.24%
B=26.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1431661140.1400.310.3586.5422.6154.9
Hex8FA672E01F23571737
Octal21724616216037431272767
Binary100011111010011011100101110011111100011101011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,166,114); }

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

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

 a { background-color: rgb(143,166,114); }

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

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

 span { border-color: rgb(143,166,114); }

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