#967905

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

Shades of Olive #967905

Tints of Olive #967905

Color information

#967905 (or 0x967905) is unknown color: approx Olive. HEX triplet: 96, 79 and 05. RGB value is (150,121,5). Sum of RGB (Red+Green+Blue) = 150+121+5=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #967905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967905 is #6986FA. Grayscale: #747474. Windows color (decimal): -6915835 or 358806. OLE color: 358806.

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

Color convert

RGB1501215-
CMYK00.190.970.41
HSL48º93.55%30.39%-
HSV(B)48º96.67%58.82%-
XYZ19.4420.173.01-
YUV116.4565.11151.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.35%
GREEN value IS 121 (47.66% from 255) = 43.84%
BLUE value IS 5 (2.34% from 255) = 1.81%
R=54.35%
G=43.84%
B=1.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150121500.190.970.414893.5530.39
Hex967950136129305e1e
Octal2261715023141516013636
Binary1001011011110011010100111100001101001110000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967905; }

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

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

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

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

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

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

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

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