#7F906F

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

Shades of Camouflage Green #7F906F

Tints of Camouflage Green #7F906F

Color information

#7F906F (or 0x7F906F) is unknown color: approx Camouflage Green. HEX triplet: 7F, 90 and 6F. RGB value is (127,144,111). Sum of RGB (Red+Green+Blue) = 127+144+111=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 144 - color contains mainly: green. Hex color #7F906F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F906F is #806F90. Grayscale: #878787. Windows color (decimal): -8417169 or 7311487. OLE color: 7311487.

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

Color convert

RGB127144111-
CMYK0.1200.230.44
HSL90.91º12.94%50%-
HSV(B)90.91º22.92%56.47%-
XYZ21.5925.6118.84-
YUV135.16114.37122.18-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.25%
GREEN value IS 144 (56.64% from 255) = 37.70%
BLUE value IS 111 (43.75% from 255) = 29.06%
R=33.25%
G=37.70%
B=29.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1271441110.1200.230.4490.9112.9450
Hex7F906FC0172C5bd32
Octal17722015714027541331562
Binary1111111100100001101111110001011110110010110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F906F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,144,111); }

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

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

 a { background-color: rgb(127,144,111); }

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

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

 span { border-color: rgb(127,144,111); }

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