#9CB57A

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

Shades of Olivine #9CB57A

Tints of Olivine #9CB57A

Color information

#9CB57A (or 0x9CB57A) is unknown color: approx Olivine. HEX triplet: 9C, B5 and 7A. RGB value is (156,181,122). Sum of RGB (Red+Green+Blue) = 156+181+122=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB57A is #634A85. Grayscale: #A7A7A7. Windows color (decimal): -6507142 or 8041884. OLE color: 8041884.

HSL color Cylindrical-coordinate representation of color #9CB57A: hue angle of 85.42º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CB57A is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB156181122-
CMYK0.1400.330.29
HSL85.42º28.5%59.41%-
HSV(B)85.42º32.6%70.98%-
XYZ33.7541.5224.65-
YUV166.8102.72120.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.99%
GREEN value IS 181 (71.09% from 255) = 39.43%
BLUE value IS 122 (48.05% from 255) = 26.58%
R=33.99%
G=39.43%
B=26.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561811220.1400.330.2985.4228.559.41
Hex9CB57AE0211D551d3b
Octal23426517216041351253573
Binary100111001011010111110101110010000111101101010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,181,122); }

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

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

 a { background-color: rgb(156,181,122); }

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

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

 span { border-color: rgb(156,181,122); }

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