#9DC074

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

Shades of Olivine #9DC074

Tints of Olivine #9DC074

Color information

#9DC074 (or 0x9DC074) is unknown color: approx Olivine. HEX triplet: 9D, C0 and 74. RGB value is (157,192,116). Sum of RGB (Red+Green+Blue) = 157+192+116=465 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.76% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC074 is #623F8B. Grayscale: #ADADAD. Windows color (decimal): -6438796 or 7651485. OLE color: 7651485.

HSL color Cylindrical-coordinate representation of color #9DC074: hue angle of 87.63º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DC074 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB157192116-
CMYK0.1800.400.25
HSL87.63º37.62%60.39%-
HSV(B)87.63º39.58%75.29%-
XYZ35.9146.1323.53-
YUV172.8795.9116.68-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.76%
GREEN value IS 192 (75.39% from 255) = 41.29%
BLUE value IS 116 (45.70% from 255) = 24.95%
R=33.76%
G=41.29%
B=24.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571921160.1800.400.2587.6337.6260.39
Hex9DC074120281958263c
Octal23530016422050311304674
Binary10011101110000001110100100100101000110011011000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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