#957802

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

Shades of Olive #957802

Tints of Olive #957802

Color information

#957802 (or 0x957802) is unknown color: approx Olive. HEX triplet: 95, 78 and 02. RGB value is (149,120,2). Sum of RGB (Red+Green+Blue) = 149+120+2=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #957802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957802 is #6A87FD. Grayscale: #737373. Windows color (decimal): -6981630 or 161941. OLE color: 161941.

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

Color convert

RGB1491202-
CMYK00.190.990.42
HSL48.16º97.35%29.61%-
HSV(B)48.16º98.66%58.43%-
XYZ19.1219.832.88-
YUV115.2264.11152.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.98%
GREEN value IS 120 (47.27% from 255) = 44.28%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=54.98%
G=44.28%
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
Decimal149120200.190.990.4248.1697.3529.61
Hex95782013632A30611e
Octal2251702023143526014136
Binary100101011111000100100111100011101010110000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957802; }

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

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

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

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

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

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

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

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