#9cb472

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

Shades of Olivine #9CB472

Tints of Olivine #9CB472

Color information

#9CB472 (or 0x9CB472) is unknown color: approx Olivine. HEX triplet: 9C, B4 and 72. RGB value is (156,180,114). Sum of RGB (Red+Green+Blue) = 156+180+114=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB472 is #634B8D. Grayscale: #A5A5A5. Windows color (decimal): -6507406 or 7517340. OLE color: 7517340.

HSL color Cylindrical-coordinate representation of color #9CB472: hue angle of 81.82º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CB472 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB156180114-
CMYK0.1300.370.29
HSL81.82º30.56%57.65%-
HSV(B)81.82º36.67%70.59%-
XYZ33.0740.9322.08-
YUV165.399.05121.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.67%
GREEN value IS 180 (70.70% from 255) = 40%
BLUE value IS 114 (44.92% from 255) = 25.33%
R=34.67%
G=40%
B=25.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561801140.1300.370.2981.8230.5657.65
Hex9CB472D0251D521f3a
Octal23426416215045351223772
Binary100111001011010011100101101010010111101101001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9cb472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,180,114); }

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

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

 a { background-color: rgb(156,180,114); }

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

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

 span { border-color: rgb(156,180,114); }

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