#8CBD77

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

Shades of Olivine #8CBD77

Tints of Olivine #8CBD77

Color information

#8CBD77 (or 0x8CBD77) is unknown color: approx Olivine. HEX triplet: 8C, BD and 77. RGB value is (140,189,119). Sum of RGB (Red+Green+Blue) = 140+189+119=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBD77 is #734288. Grayscale: #A6A6A6. Windows color (decimal): -7553673 or 7847308. OLE color: 7847308.

HSL color Cylindrical-coordinate representation of color #8CBD77: hue angle of 102º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CBD77 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB140189119-
CMYK0.2600.370.26
HSL102º34.65%60.39%-
HSV(B)102º37.04%74.12%-
XYZ32.3443.324.11-
YUV166.37101.27109.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.25%
GREEN value IS 189 (74.22% from 255) = 42.19%
BLUE value IS 119 (46.88% from 255) = 26.56%
R=31.25%
G=42.19%
B=26.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401891190.2600.370.2610234.6560.39
Hex8CBD771A0251A66233c
Octal21427516732045321464374
Binary10001100101111011110111110100100101110101100110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,189,119); }

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

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

 a { background-color: rgb(140,189,119); }

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

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

 span { border-color: rgb(140,189,119); }

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