#718561

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

Shades of Camouflage Green #718561

Tints of Camouflage Green #718561

Color information

#718561 (or 0x718561) is unknown color: approx Camouflage Green. HEX triplet: 71, 85 and 61. RGB value is (113,133,97). Sum of RGB (Red+Green+Blue) = 113+133+97=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 133 - color contains mainly: green. Hex color #718561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718561 is #8E7A9E. Grayscale: #7B7B7B. Windows color (decimal): -9337503 or 6391153. OLE color: 6391153.

HSL color Cylindrical-coordinate representation of color #718561: hue angle of 93.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #718561 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB11313397-
CMYK0.1500.270.48
HSL93.33º15.65%45.1%-
HSV(B)93.33º27.07%52.16%-
XYZ17.3621.1514.48-
YUV122.92113.37120.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.94%
GREEN value IS 133 (52.34% from 255) = 38.78%
BLUE value IS 97 (38.28% from 255) = 28.28%
R=32.94%
G=38.78%
B=28.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113133970.1500.270.4893.3315.6545.1
Hex718561F01B305d102d
Octal16120514117033601352055
Binary11100011000010111000011111011011110000101110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718561; }

 p { color: rgb(113,133,97); }

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

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

 a { background-color: rgb(113,133,97); }

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

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

 span { border-color: rgb(113,133,97); }

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