Html Css Color HEX #957E00 Olive

📋 copy color: '#957E00'

red 149 ◦ green 126 ◦ blue 0

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

Shades of Olive #957E00

Tints of Olive #957E00

RGB

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

 GREEN value IS 126 (49.61% from 255) = 45.82%

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

R = 54.18%
G = 45.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#957E00 (or 0x957E00) is known color: Olive. HEX triplet: 95, 7E and 00. RGB value is (149,126,0). Sum of RGB (Red+Green+Blue) = 149+126+0=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 126 (49.61% from 255 or 45.82% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #957E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957E00 is #6A81FF. Grayscale: #777777. Windows color (decimal): -6980096 or 32405. OLE color: 32405.

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

Color convert

RGB 149 126 0 -
CMYK 0 0.15 1 0.42
HSL 50.74º 1% 0.29% -
HSV(B) 50.74º 1% 0.58% -
XYZ 19.86 21.31 3.07 -
YUV 118.51 61.12 149.75 -
System Red Green Blue C M Y K H S L
Decimal 149 126 0 0 0.15 1 0.42 50.74 1 0.29
Hex 95 7E 0 0 F 64 2A 33 64 1D
Octal 225 176 0 0 17 144 52 63 144 35
Binary 10010101 1111110 0 0 1111 1100100 101010 110011 1100100 11101

Color Harmonies of #957E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E00

Black with #957E00

Text Example


Text Example

White with #957E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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