#7B8573

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

Shades of Camouflage Green #7B8573

Tints of Camouflage Green #7B8573

Color information

#7B8573 (or 0x7B8573) is unknown color: approx Camouflage Green. HEX triplet: 7B, 85 and 73. RGB value is (123,133,115). Sum of RGB (Red+Green+Blue) = 123+133+115=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 133 - color contains mainly: green. Hex color #7B8573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8573 is #847A8C. Grayscale: #808080. Windows color (decimal): -8682125 or 7570811. OLE color: 7570811.

HSL color Cylindrical-coordinate representation of color #7B8573: hue angle of 93.33º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7B8573 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB123133115-
CMYK0.0800.140.48
HSL93.33º7.26%48.63%-
HSV(B)93.33º13.53%52.16%-
XYZ19.6522.2219.47-
YUV127.96120.69124.46-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.15%
GREEN value IS 133 (52.34% from 255) = 35.85%
BLUE value IS 115 (45.31% from 255) = 31.00%
R=33.15%
G=35.85%
B=31.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1231331150.0800.140.4893.337.2648.63
Hex7B857380E305d731
Octal1732051631001660135761
Binary11110111000010111100111000011101100001011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,133,115); }

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

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

 a { background-color: rgb(123,133,115); }

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

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

 span { border-color: rgb(123,133,115); }

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