Html Css Color HEX #957806 Olive

📋 copy color: '#957806'

red 149 ◦ green 120 ◦ blue 6

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

Shades of Olive #957806

Tints of Olive #957806

RGB

 RED value IS 149 (58.59% from 255) = 54.18%

 GREEN value IS 120 (47.27% from 255) = 43.64%

 BLUE value IS 6 (2.73% from 255) = 2.18%

R = 54.18%
G = 43.64%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#957806 (or 0x957806) is known color: Olive. HEX triplet: 95, 78 and 06. RGB value is (149,120,6). Sum of RGB (Red+Green+Blue) = 149+120+6=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 6 (2.73% from 255 or 2.18% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #957806 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957806 is #6A87F9. Grayscale: #747474. Windows color (decimal): -6981626 or 424085. OLE color: 424085.

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

Color convert

RGB 149 120 6 -
CMYK 0 0.19 0.96 0.42
HSL 47.83º 0.92% 0.3% -
HSV(B) 47.83º 0.96% 0.58% -
XYZ 19.14 19.84 2.99 -
YUV 115.68 66.11 151.77 -
System Red Green Blue C M Y K H S L
Decimal 149 120 6 0 0.19 0.96 0.42 47.83 0.92 0.3
Hex 95 78 6 0 13 60 2A 30 5C 1E
Octal 225 170 6 0 23 140 52 60 134 36
Binary 10010101 1111000 110 0 10011 1100000 101010 110000 1011100 11110

Color Harmonies of #957806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957806

Black with #957806

Text Example


Text Example

White with #957806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957806; }

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

 H1.HeaderClassName
 {
   color: #957806;
 }
 .AnyTagClassName
 {
   color: #957806;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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