#70776B

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

Shades of Camouflage Green #70776B

Tints of Camouflage Green #70776B

Color information

#70776B (or 0x70776B) is unknown color: approx Camouflage Green. HEX triplet: 70, 77 and 6B. RGB value is (112,119,107). Sum of RGB (Red+Green+Blue) = 112+119+107=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 119 - color contains mainly: green. Hex color #70776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70776B is #8F8894. Grayscale: #737373. Windows color (decimal): -9406613 or 7042928. OLE color: 7042928.

HSL color Cylindrical-coordinate representation of color #70776B: hue angle of 95º 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 #70776B is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB112119107-
CMYK0.0600.100.53
HSL95º5.31%44.31%-
HSV(B)95º10.08%46.67%-
XYZ15.9317.716.49-
YUV115.54123.18125.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.14%
GREEN value IS 119 (46.88% from 255) = 35.21%
BLUE value IS 107 (42.19% from 255) = 31.66%
R=33.14%
G=35.21%
B=31.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1121191070.0600.100.53955.3144.31
Hex70776B60A355f52c
Octal160167153601265137554
Binary111000011101111101011110010101101011011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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