Html Css Color HEX #808977 Camouflage Green

📋 copy color: '#808977'

red 128 ◦ green 137 ◦ blue 119

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

Shades of Camouflage Green #808977

Tints of Camouflage Green #808977

RGB

 RED value IS 128 (50.39% from 255) = 33.33%

 GREEN value IS 137 (53.91% from 255) = 35.68%

 BLUE value IS 119 (46.88% from 255) = 30.99%

R = 33.33%
G = 35.68%
B = 30.99%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#808977 (or 0x808977) is known color: Camouflage Green. HEX triplet: 80, 89 and 77. RGB value is (128,137,119). Sum of RGB (Red+Green+Blue) = 128+137+119=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 137 - color contains mainly: green. Hex color #808977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808977 is #7F7688. Grayscale: #848484. Windows color (decimal): -8353417 or 7833984. OLE color: 7833984.

HSL color Cylindrical-coordinate representation of color #808977: hue angle of 90º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #808977 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 137 119 -
CMYK 0.07 0 0.13 0.46
HSL 90º 0.07% 0.5% -
HSV(B) 90º 0.13% 0.54% -
XYZ 21.18 23.81 20.93 -
YUV 132.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 128 137 119 0.07 0 0.13 0.46 90 0.07 0.5
Hex 80 89 77 7 0 D 2E 5A 7 32
Octal 200 211 167 7 0 15 56 132 7 62
Binary 10000000 10001001 1110111 111 0 1101 101110 1011010 111 110010

Color Harmonies of #808977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808977

Black with #808977

Text Example


Text Example

White with #808977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808977; }

 p { color: rgb(128,137,119); }

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

background-color css

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

 a { background-color: rgb(128,137,119); }

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

border-color css

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

 span { border-color: rgb(128,137,119); }

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