Html Css Color HEX #71855D Camouflage Green

📋 copy color: '#71855D'

red 113 ◦ green 133 ◦ blue 93

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

Shades of Camouflage Green #71855D

Tints of Camouflage Green #71855D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.23%

 BLUE value IS 93 (36.72% from 255) = 27.43%

R = 33.33%
G = 39.23%
B = 27.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#71855D (or 0x71855D) is known color: Camouflage Green. HEX triplet: 71, 85 and 5D. RGB value is (113,133,93). Sum of RGB (Red+Green+Blue) = 113+133+93=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 133 - color contains mainly: green. Hex color #71855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71855D is #8E7AA2. Grayscale: #7A7A7A. Windows color (decimal): -9337507 or 6129009. OLE color: 6129009.

HSL color Cylindrical-coordinate representation of color #71855D: hue angle of 90º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71855D is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 133 93 -
CMYK 0.15 0 0.30 0.48
HSL 90º 0.18% 0.44% -
HSV(B) 90º 0.3% 0.52% -
XYZ 17.17 21.08 13.52 -
YUV 122.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 113 133 93 0.15 0 0.30 0.48 90 0.18 0.44
Hex 71 85 5D F 0 1E 30 5A 12 2C
Octal 161 205 135 17 0 36 60 132 22 54
Binary 1110001 10000101 1011101 1111 0 11110 110000 1011010 10010 101100

Color Harmonies of #71855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71855D

Black with #71855D

Text Example


Text Example

White with #71855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,133,93); }

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

background-color css

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

 a { background-color: rgb(113,133,93); }

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

border-color css

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

 span { border-color: rgb(113,133,93); }

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