Html Css Color HEX #71776B Camouflage Green

📋 copy color: '#71776B'

red 113 ◦ green 119 ◦ blue 107

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

Shades of Camouflage Green #71776B

Tints of Camouflage Green #71776B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.1%

 BLUE value IS 107 (42.19% from 255) = 31.56%

R = 33.33%
G = 35.1%
B = 31.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

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

RGB 113 119 107 -
CMYK 0.05 0 0.10 0.53
HSL 90º 0.05% 0.44% -
HSV(B) 90º 0.1% 0.47% -
XYZ 16.06 17.77 16.49 -
YUV 115.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 113 119 107 0.05 0 0.10 0.53 90 0.05 0.44
Hex 71 77 6B 5 0 A 35 5A 5 2C
Octal 161 167 153 5 0 12 65 132 5 54
Binary 1110001 1110111 1101011 101 0 1010 110101 1011010 101 101100

Color Harmonies of #71776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71776B

Black with #71776B

Text Example


Text Example

White with #71776B

Text Example


Text Example

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