#968508

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

Shades of Olive #968508

Tints of Olive #968508

Color information

#968508 (or 0x968508) is unknown color: approx Olive. HEX triplet: 96, 85 and 08. RGB value is (150,133,8). Sum of RGB (Red+Green+Blue) = 150+133+8=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 8 (3.52% from 255 or 2.75% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #968508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968508 is #697AF7. Grayscale: #7C7C7C. Windows color (decimal): -6912760 or 558486. OLE color: 558486.

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

Color convert

RGB1501338-
CMYK00.110.950.41
HSL52.82º89.87%30.98%-
HSV(B)52.82º94.67%58.82%-
XYZ21.0123.283.62-
YUV123.8362.63146.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.55%
GREEN value IS 133 (52.34% from 255) = 45.70%
BLUE value IS 8 (3.52% from 255) = 2.75%
R=51.55%
G=45.70%
B=2.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150133800.110.950.4152.8289.8730.98
Hex968580B5F29355a1f
Octal22620510013137516513237
Binary10010110100001011000010111011111101001110101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968508; }

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

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

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

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

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

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

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

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