#7B8964

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

Shades of Camouflage Green #7B8964

Tints of Camouflage Green #7B8964

Color information

#7B8964 (or 0x7B8964) is unknown color: approx Camouflage Green. HEX triplet: 7B, 89 and 64. RGB value is (123,137,100). Sum of RGB (Red+Green+Blue) = 123+137+100=360 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.17% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 137 - color contains mainly: green. Hex color #7B8964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8964 is #84769B. Grayscale: #808080. Windows color (decimal): -8681116 or 6588795. OLE color: 6588795.

HSL color Cylindrical-coordinate representation of color #7B8964: hue angle of 82.7º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7B8964 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB123137100-
CMYK0.1000.270.46
HSL82.7º15.61%46.47%-
HSV(B)82.7º27.01%53.73%-
XYZ19.4123.0215.48-
YUV128.6111.86124.01-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.17%
GREEN value IS 137 (53.91% from 255) = 38.06%
BLUE value IS 100 (39.45% from 255) = 27.78%
R=34.17%
G=38.06%
B=27.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1231371000.1000.270.4682.715.6146.47
Hex7B8964A01B2E53102e
Octal17321114412033561232056
Binary11110111000100111001001010011011101110101001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,137,100); }

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

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

 a { background-color: rgb(123,137,100); }

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

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

 span { border-color: rgb(123,137,100); }

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