Html Css Color HEX #71865C Camouflage Green

📋 copy color: '#71865C'

red 113 ◦ green 134 ◦ blue 92

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

Shades of Camouflage Green #71865C

Tints of Camouflage Green #71865C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.53%

 BLUE value IS 92 (36.33% from 255) = 27.14%

R = 33.33%
G = 39.53%
B = 27.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#71865C (or 0x71865C) is known color: Camouflage Green. HEX triplet: 71, 86 and 5C. RGB value is (113,134,92). Sum of RGB (Red+Green+Blue) = 113+134+92=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 134 - color contains mainly: green. Hex color #71865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71865C is #8E79A3. Grayscale: #7B7B7B. Windows color (decimal): -9337252 or 6063729. OLE color: 6063729.

HSL color Cylindrical-coordinate representation of color #71865C: hue angle of 90º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #71865C is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 134 92 -
CMYK 0.16 0 0.31 0.47
HSL 90º 0.19% 0.44% -
HSV(B) 90º 0.31% 0.53% -
XYZ 17.27 21.33 13.33 -
YUV 122.93 110.54 120.92 -
System Red Green Blue C M Y K H S L
Decimal 113 134 92 0.16 0 0.31 0.47 90 0.19 0.44
Hex 71 86 5C 10 0 1F 2F 5A 13 2C
Octal 161 206 134 20 0 37 57 132 23 54
Binary 1110001 10000110 1011100 10000 0 11111 101111 1011010 10011 101100

Color Harmonies of #71865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71865C

Black with #71865C

Text Example


Text Example

White with #71865C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71865C; }

 p { color: rgb(113,134,92); }

 H1.HeaderClassName
 {
   color: #71865C;
 }
 .AnyTagClassName
 {
   color: #71865C;
 }
</style>

background-color css

<style>
 a { background-color: #71865C; }

 a { background-color: rgb(113,134,92); }

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

border-color css

<style>
 span { border-color: #71865C; }

 span { border-color: rgb(113,134,92); }

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