Html Css Color HEX #71885E Camouflage Green

📋 copy color: '#71885E'

red 113 ◦ green 136 ◦ blue 94

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

Shades of Camouflage Green #71885E

Tints of Camouflage Green #71885E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.65%

 BLUE value IS 94 (37.11% from 255) = 27.41%

R = 32.94%
G = 39.65%
B = 27.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#71885E (or 0x71885E) is known color: Camouflage Green. HEX triplet: 71, 88 and 5E. RGB value is (113,136,94). Sum of RGB (Red+Green+Blue) = 113+136+94=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 136 - color contains mainly: green. Hex color #71885E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71885E is #8E77A1. Grayscale: #7C7C7C. Windows color (decimal): -9336738 or 6195313. OLE color: 6195313.

HSL color Cylindrical-coordinate representation of color #71885E: hue angle of 92.86º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #71885E is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 136 94 -
CMYK 0.17 0 0.31 0.47
HSL 92.86º 0.18% 0.45% -
HSV(B) 92.86º 0.31% 0.53% -
XYZ 17.63 21.93 13.89 -
YUV 124.34 110.88 119.92 -
System Red Green Blue C M Y K H S L
Decimal 113 136 94 0.17 0 0.31 0.47 92.86 0.18 0.45
Hex 71 88 5E 11 0 1F 2F 5D 12 2D
Octal 161 210 136 21 0 37 57 135 22 55
Binary 1110001 10001000 1011110 10001 0 11111 101111 1011101 10010 101101

Color Harmonies of #71885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71885E

Black with #71885E

Text Example


Text Example

White with #71885E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,136,94); }

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

background-color css

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

 a { background-color: rgb(113,136,94); }

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

border-color css

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

 span { border-color: rgb(113,136,94); }

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