#9DCC6C

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

Shades of Olivine #9DCC6C

Tints of Olivine #9DCC6C

Color information

#9DCC6C (or 0x9DCC6C) is unknown color: approx Olivine. HEX triplet: 9D, CC and 6C. RGB value is (157,204,108). Sum of RGB (Red+Green+Blue) = 157+204+108=469 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.48% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCC6C is #623393. Grayscale: #B3B3B3. Windows color (decimal): -6435732 or 7130269. OLE color: 7130269.

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

Color convert

RGB157204108-
CMYK0.2300.470.2
HSL89.38º48.48%61.18%-
HSV(B)89.38º47.06%80%-
XYZ38.251.4422.1-
YUV17987.93112.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.48%
GREEN value IS 204 (80.08% from 255) = 43.50%
BLUE value IS 108 (42.58% from 255) = 23.03%
R=33.48%
G=43.50%
B=23.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1572041080.2300.470.289.3848.4861.18
Hex9DCC6C1702F1459303d
Octal23531415427057241316075
Binary10011101110011001101100101110101111101001011001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,204,108); }

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

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

 a { background-color: rgb(157,204,108); }

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

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

 span { border-color: rgb(157,204,108); }

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