#9CB57F

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

Shades of Olivine #9CB57F

Tints of Olivine #9CB57F

Color information

#9CB57F (or 0x9CB57F) is unknown color: approx Olivine. HEX triplet: 9C, B5 and 7F. RGB value is (156,181,127). Sum of RGB (Red+Green+Blue) = 156+181+127=464 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.62% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB57F is #634A80. Grayscale: #A7A7A7. Windows color (decimal): -6507137 or 8369564. OLE color: 8369564.

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

Color convert

RGB156181127-
CMYK0.1400.300.29
HSL87.78º26.73%60.39%-
HSV(B)87.78º29.83%70.98%-
XYZ34.0641.6526.32-
YUV167.37105.22119.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.62%
GREEN value IS 181 (71.09% from 255) = 39.01%
BLUE value IS 127 (50% from 255) = 27.37%
R=33.62%
G=39.01%
B=27.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561811270.1400.300.2987.7826.7360.39
Hex9CB57FE01E1D581b3c
Octal23426517716036351303374
Binary10011100101101011111111111001111011101101100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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