#968A05

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

Shades of Olive #968A05

Tints of Olive #968A05

Color information

#968A05 (or 0x968A05) is unknown color: approx Olive. HEX triplet: 96, 8A and 05. RGB value is (150,138,5). Sum of RGB (Red+Green+Blue) = 150+138+5=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 138 (54.30% from 255 or 47.10% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #968A05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968A05 is #6975FA. Grayscale: #7E7E7E. Windows color (decimal): -6911483 or 363158. OLE color: 363158.

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

Color convert

RGB1501385-
CMYK00.080.970.41
HSL55.03º93.55%30.39%-
HSV(B)55.03º96.67%58.82%-
XYZ21.6924.673.76-
YUV126.4359.48144.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 138 (54.30% from 255) = 47.10%
BLUE value IS 5 (2.34% from 255) = 1.71%
R=51.19%
G=47.10%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150138500.080.970.4155.0393.5530.39
Hex968A5086129375e1e
Octal2262125010141516713636
Binary1001011010001010101010001100001101001110111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968A05; }

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

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

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

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

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

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

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

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