#818F6F

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

Shades of Camouflage Green #818F6F

Tints of Camouflage Green #818F6F

Color information

#818F6F (or 0x818F6F) is unknown color: approx Camouflage Green. HEX triplet: 81, 8F and 6F. RGB value is (129,143,111). Sum of RGB (Red+Green+Blue) = 129+143+111=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 143 - color contains mainly: green. Hex color #818F6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818F6F is #7E7090. Grayscale: #878787. Windows color (decimal): -8286353 or 7311233. OLE color: 7311233.

HSL color Cylindrical-coordinate representation of color #818F6F: 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 #818F6F is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB129143111-
CMYK0.1000.220.44
HSL86.25º12.6%49.8%-
HSV(B)86.25º22.38%56.08%-
XYZ21.7425.4618.81-
YUV135.17114.36123.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.68%
GREEN value IS 143 (56.25% from 255) = 37.34%
BLUE value IS 111 (43.75% from 255) = 28.98%
R=33.68%
G=37.34%
B=28.98%

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
Decimal1291431110.1000.220.4486.2512.649.8
Hex818F6FA0162C56d32
Octal20121715712026541261562
Binary10000001100011111101111101001011010110010101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818F6F; }

 p { color: rgb(129,143,111); }

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

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

 a { background-color: rgb(129,143,111); }

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

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

 span { border-color: rgb(129,143,111); }

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