#9DB96F

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

Shades of Olivine #9DB96F

Tints of Olivine #9DB96F

Color information

#9DB96F (or 0x9DB96F) is unknown color: approx Olivine. HEX triplet: 9D, B9 and 6F. RGB value is (157,185,111). Sum of RGB (Red+Green+Blue) = 157+185+111=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB96F is #624690. Grayscale: #A8A8A8. Windows color (decimal): -6440593 or 7322013. OLE color: 7322013.

HSL color Cylindrical-coordinate representation of color #9DB96F: hue angle of 82.7º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DB96F is Cyan = 0.15, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB157185111-
CMYK0.1500.40.27
HSL82.7º34.58%58.04%-
HSV(B)82.7º40%72.55%-
XYZ34.1243.0121.54-
YUV168.1995.72120.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.66%
GREEN value IS 185 (72.66% from 255) = 40.84%
BLUE value IS 111 (43.75% from 255) = 24.50%
R=34.66%
G=40.84%
B=24.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571851110.1500.40.2782.734.5858.04
Hex9DB96FF0281B53233a
Octal23527115717050331234372
Binary1001110110111001110111111110101000110111010011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,185,111); }

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

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

 a { background-color: rgb(157,185,111); }

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

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

 span { border-color: rgb(157,185,111); }

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