Html Css Color HEX #957900 Olive

📋 copy color: '#957900'

red 149 ◦ green 121 ◦ blue 0

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

Shades of Olive #957900

Tints of Olive #957900

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.81%

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

R = 55.19%
G = 44.81%
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

#957900 (or 0x957900) is known color: Olive. HEX triplet: 95, 79 and 00. RGB value is (149,121,0). Sum of RGB (Red+Green+Blue) = 149+121+0=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #957900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957900 is #6A86FF. Grayscale: #747474. Windows color (decimal): -6981376 or 31125. OLE color: 31125.

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

Color convert

RGB 149 121 0 -
CMYK 0 0.19 1 0.42
HSL 48.72º 1% 0.29% -
HSV(B) 48.72º 1% 0.58% -
XYZ 19.23 20.06 2.86 -
YUV 115.58 62.78 151.84 -
System Red Green Blue C M Y K H S L
Decimal 149 121 0 0 0.19 1 0.42 48.72 1 0.29
Hex 95 79 0 0 13 64 2A 31 64 1D
Octal 225 171 0 0 23 144 52 61 144 35
Binary 10010101 1111001 0 0 10011 1100100 101010 110001 1100100 11101

Color Harmonies of #957900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957900

Black with #957900

Text Example


Text Example

White with #957900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957900; }

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

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

background-color css

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

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

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

border-color css

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

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

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