Html Css Color HEX #957700 Olive

📋 copy color: '#957700'

red 149 ◦ green 119 ◦ blue 0

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

Shades of Olive #957700

Tints of Olive #957700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.4%

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

R = 55.6%
G = 44.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#957700 (or 0x957700) is known color: Olive. HEX triplet: 95, 77 and 00. RGB value is (149,119,0). Sum of RGB (Red+Green+Blue) = 149+119+0=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #957700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957700 is #6A88FF. Grayscale: #727272. Windows color (decimal): -6981888 or 30613. OLE color: 30613.

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

Color convert

RGB 149 119 0 -
CMYK 0 0.20 1 0.42
HSL 47.92º 1% 0.29% -
HSV(B) 47.92º 1% 0.58% -
XYZ 18.99 19.58 2.78 -
YUV 114.4 63.44 152.68 -
System Red Green Blue C M Y K H S L
Decimal 149 119 0 0 0.20 1 0.42 47.92 1 0.29
Hex 95 77 0 0 14 64 2A 30 64 1D
Octal 225 167 0 0 24 144 52 60 144 35
Binary 10010101 1110111 0 0 10100 1100100 101010 110000 1100100 11101

Color Harmonies of #957700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957700

Black with #957700

Text Example


Text Example

White with #957700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957700; }

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

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

background-color css

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

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

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

border-color css

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

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

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