#8CBB79

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

Shades of Olivine #8CBB79

Tints of Olivine #8CBB79

Color information

#8CBB79 (or 0x8CBB79) is unknown color: approx Olivine. HEX triplet: 8C, BB and 79. RGB value is (140,187,121). Sum of RGB (Red+Green+Blue) = 140+187+121=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBB79 is #734486. Grayscale: #A5A5A5. Windows color (decimal): -7554183 or 7977868. OLE color: 7977868.

HSL color Cylindrical-coordinate representation of color #8CBB79: hue angle of 102.73º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CBB79 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB140187121-
CMYK0.2500.350.27
HSL102.73º32.67%60.39%-
HSV(B)102.73º35.29%73.33%-
XYZ32.0442.524.6-
YUV165.42102.93109.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.25%
GREEN value IS 187 (73.44% from 255) = 41.74%
BLUE value IS 121 (47.66% from 255) = 27.01%
R=31.25%
G=41.74%
B=27.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401871210.2500.350.27102.7332.6760.39
Hex8CBB79190231B67213c
Octal21427317131043331474174
Binary10001100101110111111001110010100011110111100111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,187,121); }

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

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

 a { background-color: rgb(140,187,121); }

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

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

 span { border-color: rgb(140,187,121); }

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