#7A866E

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

Shades of Camouflage Green #7A866E

Tints of Camouflage Green #7A866E

Color information

#7A866E (or 0x7A866E) is unknown color: approx Camouflage Green. HEX triplet: 7A, 86 and 6E. RGB value is (122,134,110). Sum of RGB (Red+Green+Blue) = 122+134+110=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 134 - color contains mainly: green. Hex color #7A866E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A866E is #857991. Grayscale: #7F7F7F. Windows color (decimal): -8747410 or 7243386. OLE color: 7243386.

HSL color Cylindrical-coordinate representation of color #7A866E: hue angle of 90º 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 #7A866E is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB122134110-
CMYK0.0900.180.47
HSL90º9.84%47.84%-
HSV(B)90º17.91%52.55%-
XYZ19.3722.3118.04-
YUV127.68118.02123.95-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.33%
GREEN value IS 134 (52.73% from 255) = 36.61%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=33.33%
G=36.61%
B=30.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1221341100.0900.180.47909.8447.84
Hex7A866E90122F5aa30
Octal17220615611022571321260
Binary1111010100001101101110100101001010111110110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,134,110); }

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

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

 a { background-color: rgb(122,134,110); }

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

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

 span { border-color: rgb(122,134,110); }

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