#7B8971

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

Shades of Camouflage Green #7B8971

Tints of Camouflage Green #7B8971

Color information

#7B8971 (or 0x7B8971) is unknown color: approx Camouflage Green. HEX triplet: 7B, 89 and 71. RGB value is (123,137,113). Sum of RGB (Red+Green+Blue) = 123+137+113=373 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.98% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 137 - color contains mainly: green. Hex color #7B8971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8971 is #84768E. Grayscale: #828282. Windows color (decimal): -8681103 or 7440763. OLE color: 7440763.

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

Color convert

RGB123137113-
CMYK0.1000.180.46
HSL95º9.6%49.02%-
HSV(B)95º17.52%53.73%-
XYZ20.0923.2919.06-
YUV130.08118.36122.95-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.98%
GREEN value IS 137 (53.91% from 255) = 36.73%
BLUE value IS 113 (44.53% from 255) = 30.29%
R=32.98%
G=36.73%
B=30.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1231371130.1000.180.46959.649.02
Hex7B8971A0122E5fa31
Octal17321116112022561371261
Binary1111011100010011110001101001001010111010111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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