Html Css Color HEX #957901 Olive

📋 copy color: '#957901'

red 149 ◦ green 121 ◦ blue 1

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

Shades of Olive #957901

Tints of Olive #957901

RGB

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

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

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

R = 54.98%
G = 44.65%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#957901 (or 0x957901) is known color: Olive. HEX triplet: 95, 79 and 01. RGB value is (149,121,1). Sum of RGB (Red+Green+Blue) = 149+121+1=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #957901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957901 is #6A86FE. Grayscale: #747474. Windows color (decimal): -6981375 or 96661. OLE color: 96661.

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

Color convert

RGB 149 121 1 -
CMYK 0 0.19 0.99 0.42
HSL 48.65º 0.99% 0.29% -
HSV(B) 48.65º 0.99% 0.58% -
XYZ 19.24 20.07 2.89 -
YUV 115.69 63.28 151.76 -
System Red Green Blue C M Y K H S L
Decimal 149 121 1 0 0.19 0.99 0.42 48.65 0.99 0.29
Hex 95 79 1 0 13 63 2A 31 63 1D
Octal 225 171 1 0 23 143 52 61 143 35
Binary 10010101 1111001 1 0 10011 1100011 101010 110001 1100011 11101

Color Harmonies of #957901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957901

Black with #957901

Text Example


Text Example

White with #957901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957901; }

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

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

background-color css

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

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

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

border-color css

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

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

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