#818C68

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

Shades of Camouflage Green #818C68

Tints of Camouflage Green #818C68

Color information

#818C68 (or 0x818C68) is unknown color: approx Camouflage Green. HEX triplet: 81, 8C and 68. RGB value is (129,140,104). Sum of RGB (Red+Green+Blue) = 129+140+104=373 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.58% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 140 - color contains mainly: green. Hex color #818C68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818C68 is #7E7397. Grayscale: #848484. Windows color (decimal): -8287128 or 6851713. OLE color: 6851713.

HSL color Cylindrical-coordinate representation of color #818C68: hue angle of 78.33º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #818C68 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB129140104-
CMYK0.0800.260.45
HSL78.33º14.75%47.84%-
HSV(B)78.33º25.71%54.9%-
XYZ20.9324.4216.71-
YUV132.61111.86125.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.58%
GREEN value IS 140 (55.08% from 255) = 37.53%
BLUE value IS 104 (41.02% from 255) = 27.88%
R=34.58%
G=37.53%
B=27.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291401040.0800.260.4578.3314.7547.84
Hex818C68801A2D4ef30
Octal20121415010032551161760
Binary10000001100011001101000100001101010110110011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,140,104); }

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

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

 a { background-color: rgb(129,140,104); }

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

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

 span { border-color: rgb(129,140,104); }

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