#957902

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

Shades of Olive #957902

Tints of Olive #957902

Color information

#957902 (or 0x957902) is unknown color: approx Olive. HEX triplet: 95, 79 and 02. RGB value is (149,121,2). Sum of RGB (Red+Green+Blue) = 149+121+2=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #957902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957902 is #6A86FD. Grayscale: #747474. Windows color (decimal): -6981374 or 162197. OLE color: 162197.

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

Color convert

RGB1491212-
CMYK00.190.990.42
HSL48.57º97.35%29.61%-
HSV(B)48.57º98.66%58.43%-
XYZ19.2420.072.92-
YUV115.8163.78151.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.78%
GREEN value IS 121 (47.66% from 255) = 44.49%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=54.78%
G=44.49%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149121200.190.990.4248.5797.3529.61
Hex95792013632A31611e
Octal2251712023143526114136
Binary100101011111001100100111100011101010110001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957902; }

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

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

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

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

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

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

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

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