#71776B

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

Shades of Camouflage Green #71776B

Tints of Camouflage Green #71776B

Color information

#71776B (or 0x71776B) is unknown color: approx Camouflage Green. HEX triplet: 71, 77 and 6B. RGB value is (113,119,107). Sum of RGB (Red+Green+Blue) = 113+119+107=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 119 - color contains mainly: green. Hex color #71776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71776B is #8E8894. Grayscale: #737373. Windows color (decimal): -9341077 or 7042929. OLE color: 7042929.

HSL color Cylindrical-coordinate representation of color #71776B: hue angle of 90º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #71776B is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB113119107-
CMYK0.0500.100.53
HSL90º5.31%44.31%-
HSV(B)90º10.08%46.67%-
XYZ16.0617.7716.49-
YUV115.84123.01125.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.33%
GREEN value IS 119 (46.88% from 255) = 35.10%
BLUE value IS 107 (42.19% from 255) = 31.56%
R=33.33%
G=35.10%
B=31.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1131191070.0500.100.53905.3144.31
Hex71776B50A355a52c
Octal161167153501265132554
Binary111000111101111101011101010101101011011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71776B; }

 p { color: rgb(113,119,107); }

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

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

 a { background-color: rgb(113,119,107); }

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

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

 span { border-color: rgb(113,119,107); }

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