#9CC772

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

Shades of Olivine #9CC772

Tints of Olivine #9CC772

Color information

#9CC772 (or 0x9CC772) is unknown color: approx Olivine. HEX triplet: 9C, C7 and 72. RGB value is (156,199,114). Sum of RGB (Red+Green+Blue) = 156+199+114=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 199 (78.12% from 255 or 42.43% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 199 - color contains mainly: green. Hex color #9CC772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC772 is #63388D. Grayscale: #B0B0B0. Windows color (decimal): -6502542 or 7522204. OLE color: 7522204.

HSL color Cylindrical-coordinate representation of color #9CC772: hue angle of 90.35º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9CC772 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB156199114-
CMYK0.2200.430.22
HSL90.35º43.15%61.37%-
HSV(B)90.35º42.71%78.04%-
XYZ37.1749.1323.44-
YUV176.4592.75113.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.26%
GREEN value IS 199 (78.12% from 255) = 42.43%
BLUE value IS 114 (44.92% from 255) = 24.31%
R=33.26%
G=42.43%
B=24.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1561991140.2200.430.2290.3543.1561.37
Hex9CC7721602B165a2b3d
Octal23430716226053261325375
Binary10011100110001111110010101100101011101101011010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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