#82877D

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

Shades of Camouflage Green #82877D

Tints of Camouflage Green #82877D

Color information

#82877D (or 0x82877D) is unknown color: approx Camouflage Green. HEX triplet: 82, 87 and 7D. RGB value is (130,135,125). Sum of RGB (Red+Green+Blue) = 130+135+125=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 135 - color contains mainly: green. Hex color #82877D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82877D is #7D7882. Grayscale: #848484. Windows color (decimal): -8222851 or 8226690. OLE color: 8226690.

HSL color Cylindrical-coordinate representation of color #82877D: hue angle of 90º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #82877D is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB130135125-
CMYK0.0400.070.47
HSL90º4%50.98%-
HSV(B)90º7.41%52.94%-
XYZ21.5723.5522.81-
YUV132.36123.84126.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.33%
GREEN value IS 135 (53.12% from 255) = 34.62%
BLUE value IS 125 (49.22% from 255) = 32.05%
R=33.33%
G=34.62%
B=32.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301351250.0400.070.4790450.98
Hex82877D4072F5a433
Octal20220717540757132463
Binary1000001010000111111110110001111011111011010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82877D; }

 p { color: rgb(130,135,125); }

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

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

 a { background-color: rgb(130,135,125); }

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

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

 span { border-color: rgb(130,135,125); }

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