#839070

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

Shades of Camouflage Green #839070

Tints of Camouflage Green #839070

Color information

#839070 (or 0x839070) is unknown color: approx Camouflage Green. HEX triplet: 83, 90 and 70. RGB value is (131,144,112). Sum of RGB (Red+Green+Blue) = 131+144+112=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 144 - color contains mainly: green. Hex color #839070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839070 is #7C6F8F. Grayscale: #888888. Windows color (decimal): -8155024 or 7377027. OLE color: 7377027.

HSL color Cylindrical-coordinate representation of color #839070: hue angle of 84.37º 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 #839070 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB131144112-
CMYK0.0900.220.44
HSL84.37º12.6%50.2%-
HSV(B)84.37º22.22%56.47%-
XYZ22.2625.9419.16-
YUV136.46114.19124.1-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.85%
GREEN value IS 144 (56.64% from 255) = 37.21%
BLUE value IS 112 (44.14% from 255) = 28.94%
R=33.85%
G=37.21%
B=28.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311441120.0900.220.4484.3712.650.2
Hex83907090162C54d32
Octal20322016011026541241562
Binary10000011100100001110000100101011010110010101001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839070; }

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

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

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

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

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

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

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

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