#7D906E

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

Shades of Camouflage Green #7D906E

Tints of Camouflage Green #7D906E

Color information

#7D906E (or 0x7D906E) is unknown color: approx Camouflage Green. HEX triplet: 7D, 90 and 6E. RGB value is (125,144,110). Sum of RGB (Red+Green+Blue) = 125+144+110=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 144 - color contains mainly: green. Hex color #7D906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D906E is #826F91. Grayscale: #868686. Windows color (decimal): -8548242 or 7245949. OLE color: 7245949.

HSL color Cylindrical-coordinate representation of color #7D906E: hue angle of 93.53º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7D906E is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB125144110-
CMYK0.1300.240.44
HSL93.53º13.39%49.8%-
HSV(B)93.53º23.61%56.47%-
XYZ21.2525.4318.54-
YUV134.44114.21121.26-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.98%
GREEN value IS 144 (56.64% from 255) = 37.99%
BLUE value IS 110 (43.36% from 255) = 29.02%
R=32.98%
G=37.99%
B=29.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1251441100.1300.240.4493.5313.3949.8
Hex7D906ED0182C5ed32
Octal17522015615030541361562
Binary1111101100100001101110110101100010110010111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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