Html Css Color HEX #957600 Olive

📋 copy color: '#957600'

red 149 ◦ green 118 ◦ blue 0

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

Shades of Olive #957600

Tints of Olive #957600

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.19%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.81%
G = 44.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#957600 (or 0x957600) is known color: Olive. HEX triplet: 95, 76 and 00. RGB value is (149,118,0). Sum of RGB (Red+Green+Blue) = 149+118+0=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #957600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957600 is #6A89FF. Grayscale: #727272. Windows color (decimal): -6982144 or 30357. OLE color: 30357.

HSL color Cylindrical-coordinate representation of color #957600: hue angle of 47.52º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #957600 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 118 0 -
CMYK 0 0.21 1 0.42
HSL 47.52º 1% 0.29% -
HSV(B) 47.52º 1% 0.58% -
XYZ 18.87 19.35 2.74 -
YUV 113.82 63.77 153.09 -
System Red Green Blue C M Y K H S L
Decimal 149 118 0 0 0.21 1 0.42 47.52 1 0.29
Hex 95 76 0 0 15 64 2A 30 64 1D
Octal 225 166 0 0 25 144 52 60 144 35
Binary 10010101 1110110 0 0 10101 1100100 101010 110000 1100100 11101

Color Harmonies of #957600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957600

Black with #957600

Text Example


Text Example

White with #957600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957600; }

 p { color: rgb(149,118,0); }

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

background-color css

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

 a { background-color: rgb(149,118,0); }

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

border-color css

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

 span { border-color: rgb(149,118,0); }

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