#9DB468

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

Shades of Olivine #9DB468

Tints of Olivine #9DB468

Color information

#9DB468 (or 0x9DB468) is unknown color: approx Olivine. HEX triplet: 9D, B4 and 68. RGB value is (157,180,104). Sum of RGB (Red+Green+Blue) = 157+180+104=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB468 is #624B97. Grayscale: #A4A4A4. Windows color (decimal): -6441880 or 6861981. OLE color: 6861981.

HSL color Cylindrical-coordinate representation of color #9DB468: hue angle of 78.16º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DB468 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB157180104-
CMYK0.1300.420.29
HSL78.16º33.63%55.69%-
HSV(B)78.16º42.22%70.59%-
XYZ32.7240.8119.25-
YUV164.4693.88122.68-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.60%
GREEN value IS 180 (70.70% from 255) = 40.82%
BLUE value IS 104 (41.02% from 255) = 23.58%
R=35.60%
G=40.82%
B=23.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571801040.1300.420.2978.1633.6355.69
Hex9DB468D02A1D4e2238
Octal23526415015052351164270
Binary1001110110110100110100011010101010111011001110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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