#9DCA61

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

Shades of Olivine #9DCA61

Tints of Olivine #9DCA61

Color information

#9DCA61 (or 0x9DCA61) is unknown color: approx Olivine. HEX triplet: 9D, CA and 61. RGB value is (157,202,97). Sum of RGB (Red+Green+Blue) = 157+202+97=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCA61 is #62359E. Grayscale: #B0B0B0. Windows color (decimal): -6436255 or 6408861. OLE color: 6408861.

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

Color convert

RGB15720297-
CMYK0.2200.520.21
HSL85.71º49.76%58.63%-
HSV(B)85.71º51.98%79.22%-
XYZ37.1850.2719.05-
YUV176.5883.09114.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.43%
GREEN value IS 202 (79.30% from 255) = 44.30%
BLUE value IS 97 (38.28% from 255) = 21.27%
R=34.43%
G=44.30%
B=21.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal157202970.2200.520.2185.7149.7658.63
Hex9DCA61160341556323b
Octal23531214126064251266273
Binary10011101110010101100001101100110100101011010110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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