Html Css Color HEX #71875E Camouflage Green

📋 copy color: '#71875E'

red 113 ◦ green 135 ◦ blue 94

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

Shades of Camouflage Green #71875E

Tints of Camouflage Green #71875E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.47%

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

R = 33.04%
G = 39.47%
B = 27.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#71875E (or 0x71875E) is known color: Camouflage Green. HEX triplet: 71, 87 and 5E. RGB value is (113,135,94). Sum of RGB (Red+Green+Blue) = 113+135+94=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 135 - color contains mainly: green. Hex color #71875E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71875E is #8E78A1. Grayscale: #7B7B7B. Windows color (decimal): -9336994 or 6195057. OLE color: 6195057.

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

Color convert

RGB 113 135 94 -
CMYK 0.16 0 0.30 0.47
HSL 92.2º 0.18% 0.45% -
HSV(B) 92.2º 0.3% 0.53% -
XYZ 17.49 21.65 13.85 -
YUV 123.75 111.21 120.33 -
System Red Green Blue C M Y K H S L
Decimal 113 135 94 0.16 0 0.30 0.47 92.2 0.18 0.45
Hex 71 87 5E 10 0 1E 2F 5C 12 2D
Octal 161 207 136 20 0 36 57 134 22 55
Binary 1110001 10000111 1011110 10000 0 11110 101111 1011100 10010 101101

Color Harmonies of #71875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71875E

Black with #71875E

Text Example


Text Example

White with #71875E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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