#9DB768

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

Shades of Olivine #9DB768

Tints of Olivine #9DB768

Color information

#9DB768 (or 0x9DB768) is unknown color: approx Olivine. HEX triplet: 9D, B7 and 68. RGB value is (157,183,104). Sum of RGB (Red+Green+Blue) = 157+183+104=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB768 is #624897. Grayscale: #A6A6A6. Windows color (decimal): -6441112 or 6862749. OLE color: 6862749.

HSL color Cylindrical-coordinate representation of color #9DB768: hue angle of 79.75º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9DB768 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB157183104-
CMYK0.1400.430.28
HSL79.75º35.43%56.27%-
HSV(B)79.75º43.17%71.76%-
XYZ33.3442.0319.45-
YUV166.2292.89121.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.36%
GREEN value IS 183 (71.88% from 255) = 41.22%
BLUE value IS 104 (41.02% from 255) = 23.42%
R=35.36%
G=41.22%
B=23.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1571831040.1400.430.2879.7535.4356.27
Hex9DB768E02B1C502338
Octal23526715016053341204370
Binary1001110110110111110100011100101011111001010000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,183,104); }

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

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

 a { background-color: rgb(157,183,104); }

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

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

 span { border-color: rgb(157,183,104); }

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