Html Css Color HEX #977700 Olive

📋 copy color: '#977700'

red 151 ◦ green 119 ◦ blue 0

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

Shades of Olive #977700

Tints of Olive #977700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.07%

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

R = 55.93%
G = 44.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#977700 (or 0x977700) is known color: Olive. HEX triplet: 97, 77 and 00. RGB value is (151,119,0). Sum of RGB (Red+Green+Blue) = 151+119+0=270 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.93% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 151 - color contains mainly: red. Hex color #977700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977700 is #6888FF. Grayscale: #737373. Windows color (decimal): -6850816 or 30615. OLE color: 30615.

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

Color convert

RGB 151 119 0 -
CMYK 0 0.21 1 0.41
HSL 47.28º 1% 0.3% -
HSV(B) 47.28º 1% 0.59% -
XYZ 19.36 19.77 2.8 -
YUV 115 63.1 153.68 -
System Red Green Blue C M Y K H S L
Decimal 151 119 0 0 0.21 1 0.41 47.28 1 0.3
Hex 97 77 0 0 15 64 29 2F 64 1E
Octal 227 167 0 0 25 144 51 57 144 36
Binary 10010111 1110111 0 0 10101 1100100 101001 101111 1100100 11110

Color Harmonies of #977700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977700

Black with #977700

Text Example


Text Example

White with #977700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977700; }

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

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

background-color css

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

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

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

border-color css

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

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

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