#9DB96E

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

Shades of Olivine #9DB96E

Tints of Olivine #9DB96E

Color information

#9DB96E (or 0x9DB96E) is unknown color: approx Olivine. HEX triplet: 9D, B9 and 6E. RGB value is (157,185,110). Sum of RGB (Red+Green+Blue) = 157+185+110=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB96E is #624691. Grayscale: #A8A8A8. Windows color (decimal): -6440594 or 7256477. OLE color: 7256477.

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

Color convert

RGB157185110-
CMYK0.1500.410.27
HSL82.4º34.88%57.84%-
HSV(B)82.4º40.54%72.55%-
XYZ34.0742.9921.25-
YUV168.0895.22120.1-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.73%
GREEN value IS 185 (72.66% from 255) = 40.93%
BLUE value IS 110 (43.36% from 255) = 24.34%
R=34.73%
G=40.93%
B=24.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571851100.1500.410.2782.434.8857.84
Hex9DB96EF0291B52233a
Octal23527115617051331224372
Binary1001110110111001110111011110101001110111010010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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