#959005

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

Shades of Olive #959005

Tints of Olive #959005

Color information

#959005 (or 0x959005) is unknown color: approx Olive. HEX triplet: 95, 90 and 05. RGB value is (149,144,5). Sum of RGB (Red+Green+Blue) = 149+144+5=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 5 (2.34% from 255 or 1.68% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #959005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959005 is #6A6FFA. Grayscale: #828282. Windows color (decimal): -6975483 or 364693. OLE color: 364693.

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

Color convert

RGB1491445-
CMYK00.030.970.42
HSL57.92º93.51%30.2%-
HSV(B)57.92º96.64%58.43%-
XYZ22.426.354.05-
YUV129.6557.66141.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50%
GREEN value IS 144 (56.64% from 255) = 48.32%
BLUE value IS 5 (2.34% from 255) = 1.68%
R=50%
G=48.32%
B=1.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149144500.030.970.4257.9293.5130.2
Hex9590503612A3a5e1e
Octal225220503141527213636
Binary10010101100100001010111100001101010111010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959005; }

 p { color: rgb(149,144,5); }

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

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

 a { background-color: rgb(149,144,5); }

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

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

 span { border-color: rgb(149,144,5); }

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