#9DCC70

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

Shades of Olivine #9DCC70

Tints of Olivine #9DCC70

Color information

#9DCC70 (or 0x9DCC70) is unknown color: approx Olivine. HEX triplet: 9D, CC and 70. RGB value is (157,204,112). Sum of RGB (Red+Green+Blue) = 157+204+112=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCC70 is #62338F. Grayscale: #B3B3B3. Windows color (decimal): -6435728 or 7392413. OLE color: 7392413.

HSL color Cylindrical-coordinate representation of color #9DCC70: hue angle of 90.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 #9DCC70 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB157204112-
CMYK0.2300.450.2
HSL90.65º47.42%61.96%-
HSV(B)90.65º45.1%80%-
XYZ38.4251.5223.25-
YUV179.4689.93111.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.19%
GREEN value IS 204 (80.08% from 255) = 43.13%
BLUE value IS 112 (44.14% from 255) = 23.68%
R=33.19%
G=43.13%
B=23.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1572041120.2300.450.290.6547.4261.96
Hex9DCC701702D145b2f3e
Octal23531416027055241335776
Binary10011101110011001110000101110101101101001011011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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