#968208

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

Shades of Olive #968208

Tints of Olive #968208

Color information

#968208 (or 0x968208) is unknown color: approx Olive. HEX triplet: 96, 82 and 08. RGB value is (150,130,8). Sum of RGB (Red+Green+Blue) = 150+130+8=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #968208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968208 is #697DF7. Grayscale: #7A7A7A. Windows color (decimal): -6913528 or 557718. OLE color: 557718.

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

Color convert

RGB1501308-
CMYK00.130.950.41
HSL51.55º89.87%30.98%-
HSV(B)51.55º94.67%58.82%-
XYZ20.622.473.48-
YUV122.0763.63147.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.08%
GREEN value IS 130 (51.17% from 255) = 45.14%
BLUE value IS 8 (3.52% from 255) = 2.78%
R=52.08%
G=45.14%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150130800.130.950.4151.5589.8730.98
Hex968280D5F29345a1f
Octal22620210015137516413237
Binary10010110100000101000011011011111101001110100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968208; }

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

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

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

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

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

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

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

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