Html Css Color HEX #957C00 Olive

📋 copy color: '#957C00'

red 149 ◦ green 124 ◦ blue 0

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

Shades of Olive #957C00

Tints of Olive #957C00

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.42%

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

R = 54.58%
G = 45.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#957C00 (or 0x957C00) is known color: Olive. HEX triplet: 95, 7C and 00. RGB value is (149,124,0). Sum of RGB (Red+Green+Blue) = 149+124+0=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #957C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957C00 is #6A83FF. Grayscale: #757575. Windows color (decimal): -6980608 or 31893. OLE color: 31893.

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

Color convert

RGB 149 124 0 -
CMYK 0 0.17 1 0.42
HSL 49.93º 1% 0.29% -
HSV(B) 49.93º 1% 0.58% -
XYZ 19.6 20.8 2.98 -
YUV 117.34 61.78 150.58 -
System Red Green Blue C M Y K H S L
Decimal 149 124 0 0 0.17 1 0.42 49.93 1 0.29
Hex 95 7C 0 0 11 64 2A 32 64 1D
Octal 225 174 0 0 21 144 52 62 144 35
Binary 10010101 1111100 0 0 10001 1100100 101010 110010 1100100 11101

Color Harmonies of #957C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C00

Black with #957C00

Text Example


Text Example

White with #957C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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