#808C75

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

Shades of Camouflage Green #808C75

Tints of Camouflage Green #808C75

Color information

#808C75 (or 0x808C75) is unknown color: approx Camouflage Green. HEX triplet: 80, 8C and 75. RGB value is (128,140,117). Sum of RGB (Red+Green+Blue) = 128+140+117=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 140 - color contains mainly: green. Hex color #808C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808C75 is #7F738A. Grayscale: #858585. Windows color (decimal): -8352651 or 7703680. OLE color: 7703680.

HSL color Cylindrical-coordinate representation of color #808C75: hue angle of 91.3º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #808C75 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB128140117-
CMYK0.0900.160.45
HSL91.3º9.09%50.39%-
HSV(B)91.3º16.43%54.9%-
XYZ21.4924.6320.45-
YUV133.79118.52123.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.25%
GREEN value IS 140 (55.08% from 255) = 36.36%
BLUE value IS 117 (46.09% from 255) = 30.39%
R=33.25%
G=36.36%
B=30.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281401170.0900.160.4591.39.0950.39
Hex808C7590102D5b932
Octal20021416511020551331162
Binary10000000100011001110101100101000010110110110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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