#9CCC71

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

Shades of Olivine #9CCC71

Tints of Olivine #9CCC71

Color information

#9CCC71 (or 0x9CCC71) is unknown color: approx Olivine. HEX triplet: 9C, CC and 71. RGB value is (156,204,113). Sum of RGB (Red+Green+Blue) = 156+204+113=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCC71 is #63338E. Grayscale: #B3B3B3. Windows color (decimal): -6501263 or 7457948. OLE color: 7457948.

HSL color Cylindrical-coordinate representation of color #9CCC71: hue angle of 91.65º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9CCC71 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB156204113-
CMYK0.2400.450.2
HSL91.65º47.15%62.16%-
HSV(B)91.65º44.61%80%-
XYZ38.2851.4523.54-
YUV179.2790.6111.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.98%
GREEN value IS 204 (80.08% from 255) = 43.13%
BLUE value IS 113 (44.53% from 255) = 23.89%
R=32.98%
G=43.13%
B=23.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1562041130.2400.450.291.6547.1562.16
Hex9CCC711802D145c2f3e
Octal23431416130055241345776
Binary10011100110011001110001110000101101101001011100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,204,113); }

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

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

 a { background-color: rgb(156,204,113); }

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

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

 span { border-color: rgb(156,204,113); }

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