#7D8871

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

Shades of Camouflage Green #7D8871

Tints of Camouflage Green #7D8871

Color information

#7D8871 (or 0x7D8871) is unknown color: approx Camouflage Green. HEX triplet: 7D, 88 and 71. RGB value is (125,136,113). Sum of RGB (Red+Green+Blue) = 125+136+113=374 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.42% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 136 - color contains mainly: green. Hex color #7D8871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8871 is #82778E. Grayscale: #828282. Windows color (decimal): -8550287 or 7440509. OLE color: 7440509.

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

Color convert

RGB125136113-
CMYK0.0800.170.47
HSL88.7º9.24%48.82%-
HSV(B)88.7º16.91%53.33%-
XYZ20.2423.1619.03-
YUV130.09118.36124.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.42%
GREEN value IS 136 (53.52% from 255) = 36.36%
BLUE value IS 113 (44.53% from 255) = 30.21%
R=33.42%
G=36.36%
B=30.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1251361130.0800.170.4788.79.2448.82
Hex7D887180112F59931
Octal17521016110021571311161
Binary1111101100010001110001100001000110111110110011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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