#8CB569

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

Shades of Olivine #8CB569

Tints of Olivine #8CB569

Color information

#8CB569 (or 0x8CB569) is unknown color: approx Olivine. HEX triplet: 8C, B5 and 69. RGB value is (140,181,105). Sum of RGB (Red+Green+Blue) = 140+181+105=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB569 is #734A96. Grayscale: #A0A0A0. Windows color (decimal): -7555735 or 6927756. OLE color: 6927756.

HSL color Cylindrical-coordinate representation of color #8CB569: hue angle of 92.37º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CB569 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB140181105-
CMYK0.2300.420.29
HSL92.37º33.93%56.08%-
HSV(B)92.37º41.99%70.98%-
XYZ29.8939.6419.44-
YUV160.0896.92113.68-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.86%
GREEN value IS 181 (71.09% from 255) = 42.49%
BLUE value IS 105 (41.41% from 255) = 24.65%
R=32.86%
G=42.49%
B=24.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401811050.2300.420.2992.3733.9356.08
Hex8CB5691702A1D5c2238
Octal21426515127052351344270
Binary10001100101101011101001101110101010111011011100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,181,105); }

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

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

 a { background-color: rgb(140,181,105); }

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

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

 span { border-color: rgb(140,181,105); }

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