#7D876F

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

Shades of Camouflage Green #7D876F

Tints of Camouflage Green #7D876F

Color information

#7D876F (or 0x7D876F) is unknown color: approx Camouflage Green. HEX triplet: 7D, 87 and 6F. RGB value is (125,135,111). Sum of RGB (Red+Green+Blue) = 125+135+111=371 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.69% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 135 - color contains mainly: green. Hex color #7D876F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D876F is #827890. Grayscale: #818181. Windows color (decimal): -8550545 or 7309181. OLE color: 7309181.

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

Color convert

RGB125135111-
CMYK0.0700.180.47
HSL85º9.76%48.24%-
HSV(B)85º17.78%52.94%-
XYZ19.9922.8418.39-
YUV129.27117.69124.95-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.69%
GREEN value IS 135 (53.12% from 255) = 36.39%
BLUE value IS 111 (43.75% from 255) = 29.92%
R=33.69%
G=36.39%
B=29.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1251351110.0700.180.47859.7648.24
Hex7D876F70122F55a30
Octal1752071577022571251260
Binary111110110000111110111111101001010111110101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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