#71756E

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

Shades of Camouflage Green #71756E

Tints of Camouflage Green #71756E

Color information

#71756E (or 0x71756E) is unknown color: approx Camouflage Green. HEX triplet: 71, 75 and 6E. RGB value is (113,117,110). Sum of RGB (Red+Green+Blue) = 113+117+110=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 117 - color contains mainly: green. Hex color #71756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71756E is #8E8A91. Grayscale: #737373. Windows color (decimal): -9341586 or 7239025. OLE color: 7239025.

HSL color Cylindrical-coordinate representation of color #71756E: hue angle of 94.29º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #71756E is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB113117110-
CMYK0.0300.060.54
HSL94.29º3.08%44.51%-
HSV(B)94.29º5.98%45.88%-
XYZ15.9917.3617.26-
YUV115.01125.17126.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.24%
GREEN value IS 117 (46.09% from 255) = 34.41%
BLUE value IS 110 (43.36% from 255) = 32.35%
R=33.24%
G=34.41%
B=32.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1131171100.0300.060.5494.293.0844.51
Hex71756E306365e32d
Octal16116515630666136355
Binary111000111101011101110110110110110101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71756E; }

 p { color: rgb(113,117,110); }

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

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

 a { background-color: rgb(113,117,110); }

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

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

 span { border-color: rgb(113,117,110); }

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