#9CBF72

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

Shades of Olivine #9CBF72

Tints of Olivine #9CBF72

Color information

#9CBF72 (or 0x9CBF72) is unknown color: approx Olivine. HEX triplet: 9C, BF and 72. RGB value is (156,191,114). Sum of RGB (Red+Green+Blue) = 156+191+114=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBF72 is #63408D. Grayscale: #ACACAC. Windows color (decimal): -6504590 or 7520156. OLE color: 7520156.

HSL color Cylindrical-coordinate representation of color #9CBF72: hue angle of 87.27º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CBF72 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB156191114-
CMYK0.1800.400.25
HSL87.27º37.56%59.8%-
HSV(B)87.27º40.31%74.9%-
XYZ35.3845.5422.85-
YUV171.7695.4116.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.84%
GREEN value IS 191 (75% from 255) = 41.43%
BLUE value IS 114 (44.92% from 255) = 24.73%
R=33.84%
G=41.43%
B=24.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561911140.1800.400.2587.2737.5659.8
Hex9CBF72120281957263c
Octal23427716222050311274674
Binary10011100101111111110010100100101000110011010111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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