#957C02

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

Shades of Olive #957C02

Tints of Olive #957C02

Color information

#957C02 (or 0x957C02) is unknown color: approx Olive. HEX triplet: 95, 7C and 02. RGB value is (149,124,2). Sum of RGB (Red+Green+Blue) = 149+124+2=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #957C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957C02 is #6A83FD. Grayscale: #767676. Windows color (decimal): -6980606 or 162965. OLE color: 162965.

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

Color convert

RGB1491242-
CMYK00.170.990.42
HSL49.8º97.35%29.61%-
HSV(B)49.8º98.66%58.43%-
XYZ19.6120.813.04-
YUV117.5762.78150.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.18%
GREEN value IS 124 (48.83% from 255) = 45.09%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=54.18%
G=45.09%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149124200.170.990.4249.897.3529.61
Hex957C2011632A32611e
Octal2251742021143526214136
Binary100101011111100100100011100011101010110010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957C02; }

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

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

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

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

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

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

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

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