Html Css Color HEX #957C01 Olive

📋 copy color: '#957C01'

red 149 ◦ green 124 ◦ blue 1

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

Shades of Olive #957C01

Tints of Olive #957C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 54.38%
G = 45.26%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#957C01 (or 0x957C01) is known color: Olive. HEX triplet: 95, 7C and 01. RGB value is (149,124,1). Sum of RGB (Red+Green+Blue) = 149+124+1=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 124 (48.83% from 255 or 45.26% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #957C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957C01 is #6A83FE. Grayscale: #757575. Windows color (decimal): -6980607 or 97429. OLE color: 97429.

HSL color Cylindrical-coordinate representation of color #957C01: hue angle of 49.86º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #957C01 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 124 1 -
CMYK 0 0.17 0.99 0.42
HSL 49.86º 0.99% 0.29% -
HSV(B) 49.86º 0.99% 0.58% -
XYZ 19.61 20.81 3.01 -
YUV 117.45 62.28 150.5 -
System Red Green Blue C M Y K H S L
Decimal 149 124 1 0 0.17 0.99 0.42 49.86 0.99 0.29
Hex 95 7C 1 0 11 63 2A 32 63 1D
Octal 225 174 1 0 21 143 52 62 143 35
Binary 10010101 1111100 1 0 10001 1100011 101010 110010 1100011 11101

Color Harmonies of #957C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C01

Black with #957C01

Text Example


Text Example

White with #957C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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