#968205

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

Shades of Olive #968205

Tints of Olive #968205

Color information

#968205 (or 0x968205) is unknown color: approx Olive. HEX triplet: 96, 82 and 05. RGB value is (150,130,5). Sum of RGB (Red+Green+Blue) = 150+130+5=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #968205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968205 is #697DFA. Grayscale: #7A7A7A. Windows color (decimal): -6913531 or 361110. OLE color: 361110.

HSL color Cylindrical-coordinate representation of color #968205: hue angle of 51.72º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #968205 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB1501305-
CMYK00.130.970.41
HSL51.72º93.55%30.39%-
HSV(B)51.72º96.67%58.82%-
XYZ20.5922.463.39-
YUV121.7362.13148.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.63%
GREEN value IS 130 (51.17% from 255) = 45.61%
BLUE value IS 5 (2.34% from 255) = 1.75%
R=52.63%
G=45.61%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150130500.130.970.4151.7293.5530.39
Hex968250D6129345e1e
Octal2262025015141516413636
Binary1001011010000010101011011100001101001110100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968205; }

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

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

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

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

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

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

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

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