#967D08

Color #967D08 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #967D08

Tints of Olive #967D08

Color information

#967D08 (or 0x967D08) is unknown color: approx Olive. HEX triplet: 96, 7D and 08. RGB value is (150,125,8). Sum of RGB (Red+Green+Blue) = 150+125+8=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 125 (49.22% from 255 or 44.17% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #967D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967D08 is #6982F7. Grayscale: #777777. Windows color (decimal): -6914808 or 556438. OLE color: 556438.

HSL color Cylindrical-coordinate representation of color #967D08: hue angle of 49.44º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #967D08 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB1501258-
CMYK00.170.950.41
HSL49.44º89.87%30.98%-
HSV(B)49.44º94.67%58.82%-
XYZ19.9621.173.26-
YUV119.1465.28150.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.00%
GREEN value IS 125 (49.22% from 255) = 44.17%
BLUE value IS 8 (3.52% from 255) = 2.83%
R=53.00%
G=44.17%
B=2.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150125800.170.950.4149.4489.8730.98
Hex967D80115F29315a1f
Octal22617510021137516113237
Binary10010110111110110000100011011111101001110001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967D08; }

 p { color: rgb(150,125,8); }

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

<style>
 a { background-color: #967D08; }

 a { background-color: rgb(150,125,8); }

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

<style>
 span { border-color: #967D08; }

 span { border-color: rgb(150,125,8); }

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