#9DCA74

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

Shades of Olivine #9DCA74

Tints of Olivine #9DCA74

Color information

#9DCA74 (or 0x9DCA74) is unknown color: approx Olivine. HEX triplet: 9D, CA and 74. RGB value is (157,202,116). Sum of RGB (Red+Green+Blue) = 157+202+116=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCA74 is #62358B. Grayscale: #B3B3B3. Windows color (decimal): -6436236 or 7654045. OLE color: 7654045.

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

Color convert

RGB157202116-
CMYK0.2200.430.21
HSL91.4º44.79%62.35%-
HSV(B)91.4º42.57%79.22%-
XYZ38.1850.6724.29-
YUV178.7492.59112.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.05%
GREEN value IS 202 (79.30% from 255) = 42.53%
BLUE value IS 116 (45.70% from 255) = 24.42%
R=33.05%
G=42.53%
B=24.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1572021160.2200.430.2191.444.7962.35
Hex9DCA741602B155b2d3e
Octal23531216426053251335576
Binary10011101110010101110100101100101011101011011011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,202,116); }

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

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

 a { background-color: rgb(157,202,116); }

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

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

 span { border-color: rgb(157,202,116); }

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