#958002

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

Shades of Olive #958002

Tints of Olive #958002

Color information

#958002 (or 0x958002) is unknown color: approx Olive. HEX triplet: 95, 80 and 02. RGB value is (149,128,2). Sum of RGB (Red+Green+Blue) = 149+128+2=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #958002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958002 is #6A7FFD. Grayscale: #787878. Windows color (decimal): -6979582 or 163989. OLE color: 163989.

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

Color convert

RGB1491282-
CMYK00.140.990.42
HSL51.43º97.35%29.61%-
HSV(B)51.43º98.66%58.43%-
XYZ20.1221.833.21-
YUV119.9161.46148.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.41%
GREEN value IS 128 (50.39% from 255) = 45.88%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=53.41%
G=45.88%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149128200.140.990.4251.4397.3529.61
Hex958020E632A33611e
Octal2252002016143526314136
Binary100101011000000010011101100011101010110011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958002; }

 p { color: rgb(149,128,2); }

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

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

 a { background-color: rgb(149,128,2); }

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

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

 span { border-color: rgb(149,128,2); }

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