Html Css Color HEX #977900 Olive

📋 copy color: '#977900'

red 151 ◦ green 121 ◦ blue 0

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

Shades of Olive #977900

Tints of Olive #977900

RGB

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

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

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

R = 55.51%
G = 44.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#977900 (or 0x977900) is known color: Olive. HEX triplet: 97, 79 and 00. RGB value is (151,121,0). Sum of RGB (Red+Green+Blue) = 151+121+0=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #977900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977900 is #6886FF. Grayscale: #747474. Windows color (decimal): -6850304 or 31127. OLE color: 31127.

HSL color Cylindrical-coordinate representation of color #977900: hue angle of 48.08º 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 #977900 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 121 0 -
CMYK 0 0.20 1 0.41
HSL 48.08º 1% 0.3% -
HSV(B) 48.08º 1% 0.59% -
XYZ 19.6 20.25 2.88 -
YUV 116.18 62.44 152.84 -
System Red Green Blue C M Y K H S L
Decimal 151 121 0 0 0.20 1 0.41 48.08 1 0.3
Hex 97 79 0 0 14 64 29 30 64 1E
Octal 227 171 0 0 24 144 51 60 144 36
Binary 10010111 1111001 0 0 10100 1100100 101001 110000 1100100 11110

Color Harmonies of #977900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977900

Black with #977900

Text Example


Text Example

White with #977900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977900; }

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

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

background-color css

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

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

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

border-color css

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

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

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