Html Css Color HEX #977A00 Olive

📋 copy color: '#977A00'

red 151 ◦ green 122 ◦ blue 0

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

Shades of Olive #977A00

Tints of Olive #977A00

RGB

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

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

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

R = 55.31%
G = 44.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#977A00 (or 0x977A00) is known color: Olive. HEX triplet: 97, 7A and 00. RGB value is (151,122,0). Sum of RGB (Red+Green+Blue) = 151+122+0=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #977A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977A00 is #6885FF. Grayscale: #757575. Windows color (decimal): -6850048 or 31383. OLE color: 31383.

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

Color convert

RGB 151 122 0 -
CMYK 0 0.19 1 0.41
HSL 48.48º 1% 0.3% -
HSV(B) 48.48º 1% 0.59% -
XYZ 19.72 20.5 2.92 -
YUV 116.76 62.11 152.42 -
System Red Green Blue C M Y K H S L
Decimal 151 122 0 0 0.19 1 0.41 48.48 1 0.3
Hex 97 7A 0 0 13 64 29 30 64 1E
Octal 227 172 0 0 23 144 51 60 144 36
Binary 10010111 1111010 0 0 10011 1100100 101001 110000 1100100 11110

Color Harmonies of #977A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977A00

Black with #977A00

Text Example


Text Example

White with #977A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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