Html Css Color HEX #957A00 Olive

📋 copy color: '#957A00'

red 149 ◦ green 122 ◦ blue 0

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

Shades of Olive #957A00

Tints of Olive #957A00

RGB

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

 GREEN value IS 122 (48.05% from 255) = 45.02%

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

R = 54.98%
G = 45.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#957A00 (or 0x957A00) is known color: Olive. HEX triplet: 95, 7A and 00. RGB value is (149,122,0). Sum of RGB (Red+Green+Blue) = 149+122+0=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 122 (48.05% from 255 or 45.02% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #957A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957A00 is #6A85FF. Grayscale: #747474. Windows color (decimal): -6981120 or 31381. OLE color: 31381.

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

Color convert

RGB 149 122 0 -
CMYK 0 0.18 1 0.42
HSL 49.13º 1% 0.29% -
HSV(B) 49.13º 1% 0.58% -
XYZ 19.35 20.31 2.9 -
YUV 116.17 62.45 151.42 -
System Red Green Blue C M Y K H S L
Decimal 149 122 0 0 0.18 1 0.42 49.13 1 0.29
Hex 95 7A 0 0 12 64 2A 31 64 1D
Octal 225 172 0 0 22 144 52 61 144 35
Binary 10010101 1111010 0 0 10010 1100100 101010 110001 1100100 11101

Color Harmonies of #957A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A00

Black with #957A00

Text Example


Text Example

White with #957A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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