Html Css Color HEX #977800 Olive

📋 copy color: '#977800'

red 151 ◦ green 120 ◦ blue 0

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

Shades of Olive #977800

Tints of Olive #977800

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.28%

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

R = 55.72%
G = 44.28%
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

#977800 (or 0x977800) is known color: Olive. HEX triplet: 97, 78 and 00. RGB value is (151,120,0). Sum of RGB (Red+Green+Blue) = 151+120+0=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #977800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977800 is #6887FF. Grayscale: #747474. Windows color (decimal): -6850560 or 30871. OLE color: 30871.

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

Color convert

RGB 151 120 0 -
CMYK 0 0.21 1 0.41
HSL 47.68º 1% 0.3% -
HSV(B) 47.68º 1% 0.59% -
XYZ 19.48 20.01 2.84 -
YUV 115.59 62.77 153.26 -
System Red Green Blue C M Y K H S L
Decimal 151 120 0 0 0.21 1 0.41 47.68 1 0.3
Hex 97 78 0 0 15 64 29 30 64 1E
Octal 227 170 0 0 25 144 51 60 144 36
Binary 10010111 1111000 0 0 10101 1100100 101001 110000 1100100 11110

Color Harmonies of #977800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977800

Black with #977800

Text Example


Text Example

White with #977800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977800; }

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

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

background-color css

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

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

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

border-color css

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

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

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