#829070

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

Shades of Camouflage Green #829070

Tints of Camouflage Green #829070

Color information

#829070 (or 0x829070) is unknown color: approx Camouflage Green. HEX triplet: 82, 90 and 70. RGB value is (130,144,112). Sum of RGB (Red+Green+Blue) = 130+144+112=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 144 - color contains mainly: green. Hex color #829070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829070 is #7D6F8F. Grayscale: #888888. Windows color (decimal): -8220560 or 7377026. OLE color: 7377026.

HSL color Cylindrical-coordinate representation of color #829070: hue angle of 86.25º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #829070 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB130144112-
CMYK0.1000.220.44
HSL86.25º12.6%50.2%-
HSV(B)86.25º22.22%56.47%-
XYZ22.125.8619.16-
YUV136.17114.36123.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.68%
GREEN value IS 144 (56.64% from 255) = 37.31%
BLUE value IS 112 (44.14% from 255) = 29.02%
R=33.68%
G=37.31%
B=29.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301441120.1000.220.4486.2512.650.2
Hex829070A0162C56d32
Octal20222016012026541261562
Binary10000010100100001110000101001011010110010101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829070; }

 p { color: rgb(130,144,112); }

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

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

 a { background-color: rgb(130,144,112); }

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

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

 span { border-color: rgb(130,144,112); }

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