Html Css Color HEX #957E08 Olive

📋 copy color: '#957E08'

red 149 ◦ green 126 ◦ blue 8

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

Shades of Olive #957E08

Tints of Olive #957E08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.83%

R = 52.65%
G = 44.52%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#957E08 (or 0x957E08) is known color: Olive. HEX triplet: 95, 7E and 08. RGB value is (149,126,8). Sum of RGB (Red+Green+Blue) = 149+126+8=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 126 (49.61% from 255 or 44.52% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #957E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957E08 is #6A81F7. Grayscale: #777777. Windows color (decimal): -6980088 or 556693. OLE color: 556693.

HSL color Cylindrical-coordinate representation of color #957E08: hue angle of 50.21º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #957E08 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 126 8 -
CMYK 0 0.15 0.95 0.42
HSL 50.21º 0.9% 0.31% -
HSV(B) 50.21º 0.95% 0.58% -
XYZ 19.9 21.33 3.3 -
YUV 119.43 65.12 149.09 -
System Red Green Blue C M Y K H S L
Decimal 149 126 8 0 0.15 0.95 0.42 50.21 0.9 0.31
Hex 95 7E 8 0 F 5F 2A 32 5A 1F
Octal 225 176 10 0 17 137 52 62 132 37
Binary 10010101 1111110 1000 0 1111 1011111 101010 110010 1011010 11111

Color Harmonies of #957E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E08

Black with #957E08

Text Example


Text Example

White with #957E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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