Html Css Color HEX #71825F Camouflage Green

📋 copy color: '#71825F'

red 113 ◦ green 130 ◦ blue 95

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

Shades of Camouflage Green #71825F

Tints of Camouflage Green #71825F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.46%

 BLUE value IS 95 (37.5% from 255) = 28.11%

R = 33.43%
G = 38.46%
B = 28.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#71825F (or 0x71825F) is known color: Camouflage Green. HEX triplet: 71, 82 and 5F. RGB value is (113,130,95). Sum of RGB (Red+Green+Blue) = 113+130+95=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 130 - color contains mainly: green. Hex color #71825F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71825F is #8E7DA0. Grayscale: #797979. Windows color (decimal): -9338273 or 6259313. OLE color: 6259313.

HSL color Cylindrical-coordinate representation of color #71825F: hue angle of 89.14º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71825F is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 130 95 -
CMYK 0.13 0 0.27 0.49
HSL 89.14º 0.16% 0.44% -
HSV(B) 89.14º 0.27% 0.51% -
XYZ 16.86 20.3 13.86 -
YUV 120.93 113.37 122.35 -
System Red Green Blue C M Y K H S L
Decimal 113 130 95 0.13 0 0.27 0.49 89.14 0.16 0.44
Hex 71 82 5F D 0 1B 31 59 10 2C
Octal 161 202 137 15 0 33 61 131 20 54
Binary 1110001 10000010 1011111 1101 0 11011 110001 1011001 10000 101100

Color Harmonies of #71825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71825F

Black with #71825F

Text Example


Text Example

White with #71825F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71825F; }

 p { color: rgb(113,130,95); }

 H1.HeaderClassName
 {
   color: #71825F;
 }
 .AnyTagClassName
 {
   color: #71825F;
 }
</style>

background-color css

<style>
 a { background-color: #71825F; }

 a { background-color: rgb(113,130,95); }

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

border-color css

<style>
 span { border-color: #71825F; }

 span { border-color: rgb(113,130,95); }

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