#82897A

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

Shades of Camouflage Green #82897A

Tints of Camouflage Green #82897A

Color information

#82897A (or 0x82897A) is unknown color: approx Camouflage Green. HEX triplet: 82, 89 and 7A. RGB value is (130,137,122). Sum of RGB (Red+Green+Blue) = 130+137+122=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 137 - color contains mainly: green. Hex color #82897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82897A is #7D7685. Grayscale: #858585. Windows color (decimal): -8222342 or 8030594. OLE color: 8030594.

HSL color Cylindrical-coordinate representation of color #82897A: hue angle of 88º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #82897A is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB130137122-
CMYK0.0500.110.46
HSL88º5.98%50.78%-
HSV(B)88º10.95%53.73%-
XYZ21.6624.0421.91-
YUV133.2121.68125.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.42%
GREEN value IS 137 (53.91% from 255) = 35.22%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=33.42%
G=35.22%
B=31.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301371220.0500.110.46885.9850.78
Hex82897A50B2E58633
Octal202211172501356130663
Binary10000010100010011111010101010111011101011000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82897A; }

 p { color: rgb(130,137,122); }

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

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

 a { background-color: rgb(130,137,122); }

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

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

 span { border-color: rgb(130,137,122); }

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