#9CB97E

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

Shades of Olivine #9CB97E

Tints of Olivine #9CB97E

Color information

#9CB97E (or 0x9CB97E) is unknown color: approx Olivine. HEX triplet: 9C, B9 and 7E. RGB value is (156,185,126). Sum of RGB (Red+Green+Blue) = 156+185+126=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB97E is #634681. Grayscale: #A9A9A9. Windows color (decimal): -6506114 or 8305052. OLE color: 8305052.

HSL color Cylindrical-coordinate representation of color #9CB97E: hue angle of 89.49º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CB97E is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB156185126-
CMYK0.1600.320.27
HSL89.49º29.65%60.98%-
HSV(B)89.49º31.89%72.55%-
XYZ34.8343.2726.26-
YUV169.6103.39118.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.40%
GREEN value IS 185 (72.66% from 255) = 39.61%
BLUE value IS 126 (49.61% from 255) = 26.98%
R=33.40%
G=39.61%
B=26.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561851260.1600.320.2789.4929.6560.98
Hex9CB97E100201B591e3d
Octal23427117620040331313675
Binary1001110010111001111111010000010000011011101100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,185,126); }

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

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

 a { background-color: rgb(156,185,126); }

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

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

 span { border-color: rgb(156,185,126); }

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