Html Css Color HEX #977901 Olive

📋 copy color: '#977901'

red 151 ◦ green 121 ◦ blue 1

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

Shades of Olive #977901

Tints of Olive #977901

RGB

 RED value IS 151 (59.38% from 255) = 55.31%

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

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

R = 55.31%
G = 44.32%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#977901 (or 0x977901) is known color: Olive. HEX triplet: 97, 79 and 01. RGB value is (151,121,1). Sum of RGB (Red+Green+Blue) = 151+121+1=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #977901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977901 is #6886FE. Grayscale: #747474. Windows color (decimal): -6850303 or 96663. OLE color: 96663.

HSL color Cylindrical-coordinate representation of color #977901: hue angle of 48º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #977901 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 121 1 -
CMYK 0 0.20 0.99 0.41
HSL 48º 0.99% 0.3% -
HSV(B) 48º 0.99% 0.59% -
XYZ 19.61 20.26 2.91 -
YUV 116.29 62.94 152.76 -
System Red Green Blue C M Y K H S L
Decimal 151 121 1 0 0.20 0.99 0.41 48 0.99 0.3
Hex 97 79 1 0 14 63 29 30 63 1E
Octal 227 171 1 0 24 143 51 60 143 36
Binary 10010111 1111001 1 0 10100 1100011 101001 110000 1100011 11110

Color Harmonies of #977901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977901

Black with #977901

Text Example


Text Example

White with #977901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977901; }

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

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

background-color css

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

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

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

border-color css

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

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

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