#9DBF77

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

Shades of Olivine #9DBF77

Tints of Olivine #9DBF77

Color information

#9DBF77 (or 0x9DBF77) is unknown color: approx Olivine. HEX triplet: 9D, BF and 77. RGB value is (157,191,119). Sum of RGB (Red+Green+Blue) = 157+191+119=467 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.62% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBF77 is #624088. Grayscale: #ACACAC. Windows color (decimal): -6439049 or 7847837. OLE color: 7847837.

HSL color Cylindrical-coordinate representation of color #9DBF77: hue angle of 88.33º degrees, saturation: 0.36, 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 #9DBF77 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB157191119-
CMYK0.1800.380.25
HSL88.33º36%60.78%-
HSV(B)88.33º37.7%74.9%-
XYZ35.8745.7624.4-
YUV172.6397.74116.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.62%
GREEN value IS 191 (75% from 255) = 40.90%
BLUE value IS 119 (46.88% from 255) = 25.48%
R=33.62%
G=40.90%
B=25.48%

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
Decimal1571911190.1800.380.2588.333660.78
Hex9DBF77120261958243d
Octal23527716722046311304475
Binary10011101101111111110111100100100110110011011000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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