#9CBA7F

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

Shades of Olivine #9CBA7F

Tints of Olivine #9CBA7F

Color information

#9CBA7F (or 0x9CBA7F) is unknown color: approx Olivine. HEX triplet: 9C, BA and 7F. RGB value is (156,186,127). Sum of RGB (Red+Green+Blue) = 156+186+127=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBA7F is #634580. Grayscale: #AAAAAA. Windows color (decimal): -6505857 or 8370844. OLE color: 8370844.

HSL color Cylindrical-coordinate representation of color #9CBA7F: hue angle of 90.51º 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 #9CBA7F is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB156186127-
CMYK0.1600.320.27
HSL90.51º29.95%61.37%-
HSV(B)90.51º31.72%72.94%-
XYZ35.143.7226.67-
YUV170.3103.56117.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.26%
GREEN value IS 186 (73.05% from 255) = 39.66%
BLUE value IS 127 (50% from 255) = 27.08%
R=33.26%
G=39.66%
B=27.08%

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
Decimal1561861270.1600.320.2790.5129.9561.37
Hex9CBA7F100201B5b1e3d
Octal23427217720040331333675
Binary1001110010111010111111110000010000011011101101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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