#9DCD73

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

Shades of Olivine #9DCD73

Tints of Olivine #9DCD73

Color information

#9DCD73 (or 0x9DCD73) is unknown color: approx Olivine. HEX triplet: 9D, CD and 73. RGB value is (157,205,115). Sum of RGB (Red+Green+Blue) = 157+205+115=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCD73 is #62328C. Grayscale: #B4B4B4. Windows color (decimal): -6435469 or 7589277. OLE color: 7589277.

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

Color convert

RGB157205115-
CMYK0.2300.440.20
HSL92º47.37%62.75%-
HSV(B)92º43.9%80.39%-
XYZ38.8352.0724.22-
YUV180.3991.1111.32-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.91%
GREEN value IS 205 (80.47% from 255) = 42.98%
BLUE value IS 115 (45.31% from 255) = 24.11%
R=32.91%
G=42.98%
B=24.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1572051150.2300.440.209247.3762.75
Hex9DCD731702C145c2f3f
Octal23531516327054241345777
Binary10011101110011011110011101110101100101001011100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,205,115); }

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

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

 a { background-color: rgb(157,205,115); }

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

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

 span { border-color: rgb(157,205,115); }

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