#9CBD77

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

Shades of Olivine #9CBD77

Tints of Olivine #9CBD77

Color information

#9CBD77 (or 0x9CBD77) is unknown color: approx Olivine. HEX triplet: 9C, BD and 77. RGB value is (156,189,119). Sum of RGB (Red+Green+Blue) = 156+189+119=464 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.62% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBD77 is #634288. Grayscale: #ABABAB. Windows color (decimal): -6505097 or 7847324. OLE color: 7847324.

HSL color Cylindrical-coordinate representation of color #9CBD77: hue angle of 88.29º 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 #9CBD77 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB156189119-
CMYK0.1700.370.26
HSL88.29º34.65%60.39%-
HSV(B)88.29º37.04%74.12%-
XYZ35.2444.824.24-
YUV171.1598.57117.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.62%
GREEN value IS 189 (74.22% from 255) = 40.73%
BLUE value IS 119 (46.88% from 255) = 25.65%
R=33.62%
G=40.73%
B=25.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561891190.1700.370.2688.2934.6560.39
Hex9CBD77110251A58233c
Octal23427516721045321304374
Binary10011100101111011110111100010100101110101011000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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