#7F8D72

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

Shades of Camouflage Green #7F8D72

Tints of Camouflage Green #7F8D72

Color information

#7F8D72 (or 0x7F8D72) is unknown color: approx Camouflage Green. HEX triplet: 7F, 8D and 72. RGB value is (127,141,114). Sum of RGB (Red+Green+Blue) = 127+141+114=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 141 - color contains mainly: green. Hex color #7F8D72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8D72 is #80728D. Grayscale: #858585. Windows color (decimal): -8417934 or 7507327. OLE color: 7507327.

HSL color Cylindrical-coordinate representation of color #7F8D72: hue angle of 91.11º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F8D72 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB127141114-
CMYK0.1000.190.45
HSL91.11º10.59%50%-
HSV(B)91.11º19.15%55.29%-
XYZ21.3124.7819.58-
YUV133.74116.86123.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.25%
GREEN value IS 141 (55.47% from 255) = 36.91%
BLUE value IS 114 (44.92% from 255) = 29.84%
R=33.25%
G=36.91%
B=29.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1271411140.1000.190.4591.1110.5950
Hex7F8D72A0132D5bb32
Octal17721516212023551331362
Binary1111111100011011110010101001001110110110110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,141,114); }

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

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

 a { background-color: rgb(127,141,114); }

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

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

 span { border-color: rgb(127,141,114); }

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