#967E08

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

Shades of Olive #967E08

Tints of Olive #967E08

Color information

#967E08 (or 0x967E08) is unknown color: approx Olive. HEX triplet: 96, 7E and 08. RGB value is (150,126,8). Sum of RGB (Red+Green+Blue) = 150+126+8=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 126 (49.61% from 255 or 44.37% from 284); Blue value is 8 (3.52% from 255 or 2.82% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #967E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967E08 is #6981F7. Grayscale: #787878. Windows color (decimal): -6914552 or 556694. OLE color: 556694.

HSL color Cylindrical-coordinate representation of color #967E08: hue angle of 49.86º 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 #967E08 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB1501268-
CMYK00.160.950.41
HSL49.86º89.87%30.98%-
HSV(B)49.86º94.67%58.82%-
XYZ20.0821.423.31-
YUV119.7264.95149.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.82%
GREEN value IS 126 (49.61% from 255) = 44.37%
BLUE value IS 8 (3.52% from 255) = 2.82%
R=52.82%
G=44.37%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150126800.160.950.4149.8689.8730.98
Hex967E80105F29325a1f
Octal22617610020137516213237
Binary10010110111111010000100001011111101001110010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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