#8EBB74

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

Shades of Olivine #8EBB74

Tints of Olivine #8EBB74

Color information

#8EBB74 (or 0x8EBB74) is unknown color: approx Olivine. HEX triplet: 8E, BB and 74. RGB value is (142,187,116). Sum of RGB (Red+Green+Blue) = 142+187+116=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 187 - color contains mainly: green. Hex color #8EBB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EBB74 is #71448B. Grayscale: #A5A5A5. Windows color (decimal): -7423116 or 7650190. OLE color: 7650190.

HSL color Cylindrical-coordinate representation of color #8EBB74: hue angle of 98.03º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EBB74 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB142187116-
CMYK0.2400.380.27
HSL98.03º34.3%59.41%-
HSV(B)98.03º37.97%73.33%-
XYZ32.0842.5523.05-
YUV165.45100.09111.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.91%
GREEN value IS 187 (73.44% from 255) = 42.02%
BLUE value IS 116 (45.70% from 255) = 26.07%
R=31.91%
G=42.02%
B=26.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421871160.2400.380.2798.0334.359.41
Hex8EBB74180261B62223b
Octal21627316430046331424273
Binary10001110101110111110100110000100110110111100010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,187,116); }

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

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

 a { background-color: rgb(142,187,116); }

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

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

 span { border-color: rgb(142,187,116); }

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