#7D876E

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

Shades of Camouflage Green #7D876E

Tints of Camouflage Green #7D876E

Color information

#7D876E (or 0x7D876E) is unknown color: approx Camouflage Green. HEX triplet: 7D, 87 and 6E. RGB value is (125,135,110). Sum of RGB (Red+Green+Blue) = 125+135+110=370 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.78% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 135 - color contains mainly: green. Hex color #7D876E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D876E is #827891. Grayscale: #818181. Windows color (decimal): -8550546 or 7243645. OLE color: 7243645.

HSL color Cylindrical-coordinate representation of color #7D876E: hue angle of 84º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7D876E is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB125135110-
CMYK0.0700.190.47
HSL84º10.2%48.04%-
HSV(B)84º18.52%52.94%-
XYZ19.9422.8118.1-
YUV129.16117.19125.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.78%
GREEN value IS 135 (53.12% from 255) = 36.49%
BLUE value IS 110 (43.36% from 255) = 29.73%
R=33.78%
G=36.49%
B=29.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1251351100.0700.190.478410.248.04
Hex7D876E70132F54a30
Octal1752071567023571241260
Binary111110110000111110111011101001110111110101001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,135,110); }

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

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

 a { background-color: rgb(125,135,110); }

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

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

 span { border-color: rgb(125,135,110); }

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