Html Css Color HEX #957800 Olive

📋 copy color: '#957800'

red 149 ◦ green 120 ◦ blue 0

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

Shades of Olive #957800

Tints of Olive #957800

RGB

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

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

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

R = 55.39%
G = 44.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#957800 (or 0x957800) is known color: Olive. HEX triplet: 95, 78 and 00. RGB value is (149,120,0). Sum of RGB (Red+Green+Blue) = 149+120+0=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #957800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957800 is #6A87FF. Grayscale: #737373. Windows color (decimal): -6981632 or 30869. OLE color: 30869.

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

Color convert

RGB 149 120 0 -
CMYK 0 0.19 1 0.42
HSL 48.32º 1% 0.29% -
HSV(B) 48.32º 1% 0.58% -
XYZ 19.11 19.82 2.82 -
YUV 114.99 63.11 152.26 -
System Red Green Blue C M Y K H S L
Decimal 149 120 0 0 0.19 1 0.42 48.32 1 0.29
Hex 95 78 0 0 13 64 2A 30 64 1D
Octal 225 170 0 0 23 144 52 60 144 35
Binary 10010101 1111000 0 0 10011 1100100 101010 110000 1100100 11101

Color Harmonies of #957800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957800

Black with #957800

Text Example


Text Example

White with #957800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957800; }

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

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

background-color css

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

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

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

border-color css

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

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

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