Html Css Color HEX #71746E Camouflage Green

📋 copy color: '#71746E'

red 113 ◦ green 116 ◦ blue 110

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

Shades of Camouflage Green #71746E

Tints of Camouflage Green #71746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.22%

 BLUE value IS 110 (43.36% from 255) = 32.45%

R = 33.33%
G = 34.22%
B = 32.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#71746E (or 0x71746E) is known color: Camouflage Green. HEX triplet: 71, 74 and 6E. RGB value is (113,116,110). Sum of RGB (Red+Green+Blue) = 113+116+110=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 116 - color contains mainly: green. Hex color #71746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71746E is #8E8B91. Grayscale: #727272. Windows color (decimal): -9341842 or 7238769. OLE color: 7238769.

HSL color Cylindrical-coordinate representation of color #71746E: hue angle of 90º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #71746E is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 116 110 -
CMYK 0.03 0 0.05 0.55
HSL 90º 0.03% 0.44% -
HSV(B) 90º 0.05% 0.45% -
XYZ 15.87 17.13 17.22 -
YUV 114.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 113 116 110 0.03 0 0.05 0.55 90 0.03 0.44
Hex 71 74 6E 3 0 5 37 5A 3 2C
Octal 161 164 156 3 0 5 67 132 3 54
Binary 1110001 1110100 1101110 11 0 101 110111 1011010 11 101100

Color Harmonies of #71746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71746E

Black with #71746E

Text Example


Text Example

White with #71746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71746E; }

 p { color: rgb(113,116,110); }

 H1.HeaderClassName
 {
   color: #71746E;
 }
 .AnyTagClassName
 {
   color: #71746E;
 }
</style>

background-color css

<style>
 a { background-color: #71746E; }

 a { background-color: rgb(113,116,110); }

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

border-color css

<style>
 span { border-color: #71746E; }

 span { border-color: rgb(113,116,110); }

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