Html Css Color HEX #71766D Camouflage Green

📋 copy color: '#71766D'

red 113 ◦ green 118 ◦ blue 109

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

Shades of Camouflage Green #71766D

Tints of Camouflage Green #71766D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.71%

 BLUE value IS 109 (42.97% from 255) = 32.06%

R = 33.24%
G = 34.71%
B = 32.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#71766D (or 0x71766D) is known color: Camouflage Green. HEX triplet: 71, 76 and 6D. RGB value is (113,118,109). Sum of RGB (Red+Green+Blue) = 113+118+109=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 118 - color contains mainly: green. Hex color #71766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71766D is #8E8992. Grayscale: #737373. Windows color (decimal): -9341331 or 7173745. OLE color: 7173745.

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

Color convert

RGB 113 118 109 -
CMYK 0.04 0 0.08 0.54
HSL 93.33º 0.04% 0.45% -
HSV(B) 93.33º 0.08% 0.46% -
XYZ 16.05 17.57 17.01 -
YUV 115.48 124.34 126.23 -
System Red Green Blue C M Y K H S L
Decimal 113 118 109 0.04 0 0.08 0.54 93.33 0.04 0.45
Hex 71 76 6D 4 0 8 36 5D 4 2D
Octal 161 166 155 4 0 10 66 135 4 55
Binary 1110001 1110110 1101101 100 0 1000 110110 1011101 100 101101

Color Harmonies of #71766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71766D

Black with #71766D

Text Example


Text Example

White with #71766D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71766D; }

 p { color: rgb(113,118,109); }

 H1.HeaderClassName
 {
   color: #71766D;
 }
 .AnyTagClassName
 {
   color: #71766D;
 }
</style>

background-color css

<style>
 a { background-color: #71766D; }

 a { background-color: rgb(113,118,109); }

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

border-color css

<style>
 span { border-color: #71766D; }

 span { border-color: rgb(113,118,109); }

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