Html Css Color HEX #70776B Camouflage Green

📋 copy color: '#70776B'

red 112 ◦ green 119 ◦ blue 107

#70776B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camouflage Green #70776B

Tints of Camouflage Green #70776B

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 value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#70776B (or 0x70776B) is known color: 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

RGB 112 119 107 -
CMYK 0.06 0 0.10 0.53
HSL 95º 0.05% 0.44% -
HSV(B) 95º 0.1% 0.47% -
XYZ 15.93 17.7 16.49 -
YUV 115.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 112 119 107 0.06 0 0.10 0.53 95 0.05 0.44
Hex 70 77 6B 6 0 A 35 5F 5 2C
Octal 160 167 153 6 0 12 65 137 5 54
Binary 1110000 1110111 1101011 110 0 1010 110101 1011111 101 101100

Color Harmonies of #70776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70776B

Black with #70776B

Text Example


Text Example

White with #70776B

Text Example


Text Example

HTML Codes & Css Web 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>