#808A75

Color #808A75 Camouflage Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage Green #808A75

Tints of Camouflage Green #808A75

Color information

#808A75 (or 0x808A75) is unknown color: approx Camouflage Green. HEX triplet: 80, 8A and 75. RGB value is (128,138,117). Sum of RGB (Red+Green+Blue) = 128+138+117=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 138 - color contains mainly: green. Hex color #808A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808A75 is #7F758A. Grayscale: #848484. Windows color (decimal): -8353163 or 7703168. OLE color: 7703168.

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

Color convert

RGB128138117-
CMYK0.0700.150.46
HSL88.57º8.24%50%-
HSV(B)88.57º15.22%54.12%-
XYZ21.224.0520.35-
YUV132.62119.19124.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 138 (54.30% from 255) = 36.03%
BLUE value IS 117 (46.09% from 255) = 30.55%
R=33.42%
G=36.03%
B=30.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1281381170.0700.150.4688.578.2450
Hex808A7570F2E59832
Octal2002121657017561311062
Binary100000001000101011101011110111110111010110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808A75; }

 p { color: rgb(128,138,117); }

 H1.HeaderClassName
 {
   color: #808A75;
 }
 .AnyTagClassName
 {
   color: #808A75;
 }
</style>
background-color css

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

 a { background-color: rgb(128,138,117); }

 div.DivClassName
 {
   background-color: #808A75;
 }
 .BgClassName
 {
   background-color: #808A75;
 }
</style>
border-color css

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

 span { border-color: rgb(128,138,117); }

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