#7F916D

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

Shades of Camouflage Green #7F916D

Tints of Camouflage Green #7F916D

Color information

#7F916D (or 0x7F916D) is unknown color: approx Camouflage Green. HEX triplet: 7F, 91 and 6D. RGB value is (127,145,109). Sum of RGB (Red+Green+Blue) = 127+145+109=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 145 - color contains mainly: green. Hex color #7F916D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F916D is #806E92. Grayscale: #878787. Windows color (decimal): -8416915 or 7180671. OLE color: 7180671.

HSL color Cylindrical-coordinate representation of color #7F916D: hue angle of 90º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7F916D is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB127145109-
CMYK0.1200.250.43
HSL90º14.17%49.8%-
HSV(B)90º24.83%56.86%-
XYZ21.6425.8718.32-
YUV135.51113.04121.93-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.33%
GREEN value IS 145 (57.03% from 255) = 38.06%
BLUE value IS 109 (42.97% from 255) = 28.61%
R=33.33%
G=38.06%
B=28.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1271451090.1200.250.439014.1749.8
Hex7F916DC0192B5ae32
Octal17722115514031531321662
Binary1111111100100011101101110001100110101110110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,145,109); }

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

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

 a { background-color: rgb(127,145,109); }

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

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

 span { border-color: rgb(127,145,109); }

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