#9DC077

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

Shades of Olivine #9DC077

Tints of Olivine #9DC077

Color information

#9DC077 (or 0x9DC077) is unknown color: approx Olivine. HEX triplet: 9D, C0 and 77. RGB value is (157,192,119). Sum of RGB (Red+Green+Blue) = 157+192+119=468 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.55% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC077 is #623F88. Grayscale: #ADADAD. Windows color (decimal): -6438793 or 7848093. OLE color: 7848093.

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

Color convert

RGB157192119-
CMYK0.1800.380.25
HSL88.77º36.68%60.98%-
HSV(B)88.77º38.02%75.29%-
XYZ36.0846.224.47-
YUV173.2197.4116.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.55%
GREEN value IS 192 (75.39% from 255) = 41.03%
BLUE value IS 119 (46.88% from 255) = 25.43%
R=33.55%
G=41.03%
B=25.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571921190.1800.380.2588.7736.6860.98
Hex9DC077120261959253d
Octal23530016722046311314575
Binary10011101110000001110111100100100110110011011001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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