#968105

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

Shades of Olive #968105

Tints of Olive #968105

Color information

#968105 (or 0x968105) is unknown color: approx Olive. HEX triplet: 96, 81 and 05. RGB value is (150,129,5). Sum of RGB (Red+Green+Blue) = 150+129+5=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #968105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968105 is #697EFA. Grayscale: #797979. Windows color (decimal): -6913787 or 360854. OLE color: 360854.

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

Color convert

RGB1501295-
CMYK00.140.970.41
HSL51.31º93.55%30.39%-
HSV(B)51.31º96.67%58.82%-
XYZ20.4622.23.35-
YUV121.1462.46148.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.82%
GREEN value IS 129 (50.78% from 255) = 45.42%
BLUE value IS 5 (2.34% from 255) = 1.76%
R=52.82%
G=45.42%
B=1.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150129500.140.970.4151.3193.5530.39
Hex968150E6129335e1e
Octal2262015016141516313636
Binary1001011010000001101011101100001101001110011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968105; }

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

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

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

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

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

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

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

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