#818B6E

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

Shades of Camouflage Green #818B6E

Tints of Camouflage Green #818B6E

Color information

#818B6E (or 0x818B6E) is unknown color: approx Camouflage Green. HEX triplet: 81, 8B and 6E. RGB value is (129,139,110). Sum of RGB (Red+Green+Blue) = 129+139+110=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 139 - color contains mainly: green. Hex color #818B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818B6E is #7E7491. Grayscale: #848484. Windows color (decimal): -8287378 or 7244673. OLE color: 7244673.

HSL color Cylindrical-coordinate representation of color #818B6E: hue angle of 80.69º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #818B6E is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB129139110-
CMYK0.0700.210.45
HSL80.69º11.65%48.82%-
HSV(B)80.69º20.86%54.51%-
XYZ21.124.2618.32-
YUV132.7115.19125.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.13%
GREEN value IS 139 (54.69% from 255) = 36.77%
BLUE value IS 110 (43.36% from 255) = 29.10%
R=34.13%
G=36.77%
B=29.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291391100.0700.210.4580.6911.6548.82
Hex818B6E70152D51c31
Octal2012131567025551211461
Binary1000000110001011110111011101010110110110100011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,139,110); }

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

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

 a { background-color: rgb(129,139,110); }

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

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

 span { border-color: rgb(129,139,110); }

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