#7D8866

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

Shades of Camouflage Green #7D8866

Tints of Camouflage Green #7D8866

Color information

#7D8866 (or 0x7D8866) is unknown color: approx Camouflage Green. HEX triplet: 7D, 88 and 66. RGB value is (125,136,102). Sum of RGB (Red+Green+Blue) = 125+136+102=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 136 - color contains mainly: green. Hex color #7D8866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8866 is #827799. Grayscale: #808080. Windows color (decimal): -8550298 or 6719613. OLE color: 6719613.

HSL color Cylindrical-coordinate representation of color #7D8866: hue angle of 79.41º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7D8866 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB125136102-
CMYK0.0800.250.47
HSL79.41º14.29%46.67%-
HSV(B)79.41º25%53.33%-
XYZ19.6622.9315.96-
YUV128.83112.86125.26-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.44%
GREEN value IS 136 (53.52% from 255) = 37.47%
BLUE value IS 102 (40.23% from 255) = 28.10%
R=34.44%
G=37.47%
B=28.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1251361020.0800.250.4779.4114.2946.67
Hex7D886680192F4fe2f
Octal17521014610031571171657
Binary1111101100010001100110100001100110111110011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D8866; }

 p { color: rgb(125,136,102); }

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

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

 a { background-color: rgb(125,136,102); }

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

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

 span { border-color: rgb(125,136,102); }

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