Html Css Color HEX #957802 Olive

📋 copy color: '#957802'

red 149 ◦ green 120 ◦ blue 2

#957802
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #957802

Tints of Olive #957802

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 value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#957802 (or 0x957802) is known color: 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

RGB 149 120 2 -
CMYK 0 0.19 0.99 0.42
HSL 48.16º 0.97% 0.3% -
HSV(B) 48.16º 0.99% 0.58% -
XYZ 19.12 19.83 2.88 -
YUV 115.22 64.11 152.09 -
System Red Green Blue C M Y K H S L
Decimal 149 120 2 0 0.19 0.99 0.42 48.16 0.97 0.3
Hex 95 78 2 0 13 63 2A 30 61 1E
Octal 225 170 2 0 23 143 52 60 141 36
Binary 10010101 1111000 10 0 10011 1100011 101010 110000 1100001 11110

Color Harmonies of #957802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957802

Black with #957802

Text Example


Text Example

White with #957802

Text Example


Text Example

HTML Codes & Css Web 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>