Html Css Color HEX #71796A Camouflage Green

📋 copy color: '#71796A'

red 113 ◦ green 121 ◦ blue 106

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

Shades of Camouflage Green #71796A

Tints of Camouflage Green #71796A

RGB

 RED value IS 113 (44.53% from 255) = 33.24%

 GREEN value IS 121 (47.66% from 255) = 35.59%

 BLUE value IS 106 (41.8% from 255) = 31.18%

R = 33.24%
G = 35.59%
B = 31.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#71796A (or 0x71796A) is known color: Camouflage Green. HEX triplet: 71, 79 and 6A. RGB value is (113,121,106). Sum of RGB (Red+Green+Blue) = 113+121+106=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 121 - color contains mainly: green. Hex color #71796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71796A is #8E8695. Grayscale: #747474. Windows color (decimal): -9340566 or 6977905. OLE color: 6977905.

HSL color Cylindrical-coordinate representation of color #71796A: hue angle of 92º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #71796A is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 121 106 -
CMYK 0.07 0 0.12 0.53
HSL 92º 0.07% 0.45% -
HSV(B) 92º 0.12% 0.47% -
XYZ 16.25 18.23 16.3 -
YUV 116.9 121.85 125.22 -
System Red Green Blue C M Y K H S L
Decimal 113 121 106 0.07 0 0.12 0.53 92 0.07 0.45
Hex 71 79 6A 7 0 C 35 5C 7 2D
Octal 161 171 152 7 0 14 65 134 7 55
Binary 1110001 1111001 1101010 111 0 1100 110101 1011100 111 101101

Color Harmonies of #71796A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71796A

Black with #71796A

Text Example


Text Example

White with #71796A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71796A; }

 p { color: rgb(113,121,106); }

 H1.HeaderClassName
 {
   color: #71796A;
 }
 .AnyTagClassName
 {
   color: #71796A;
 }
</style>

background-color css

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

 a { background-color: rgb(113,121,106); }

 div.DivClassName
 {
   background-color: #71796A;
 }
 .BgClassName
 {
   background-color: #71796A;
 }
</style>

border-color css

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

 span { border-color: rgb(113,121,106); }

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