#71875F

Color #71875F Camouflage Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage Green #71875F

Tints of Camouflage Green #71875F

Color information

#71875F (or 0x71875F) is unknown color: approx Camouflage Green. HEX triplet: 71, 87 and 5F. RGB value is (113,135,95). Sum of RGB (Red+Green+Blue) = 113+135+95=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 135 - color contains mainly: green. Hex color #71875F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71875F is #8E78A0. Grayscale: #7B7B7B. Windows color (decimal): -9336993 or 6260593. OLE color: 6260593.

HSL color Cylindrical-coordinate representation of color #71875F: hue angle of 93º degrees, saturation: 0.17, 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 #71875F is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB11313595-
CMYK0.1600.300.47
HSL93º17.39%45.1%-
HSV(B)93º29.63%52.94%-
XYZ17.5421.6614.08-
YUV123.86111.71120.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.94%
GREEN value IS 135 (53.12% from 255) = 39.36%
BLUE value IS 95 (37.5% from 255) = 27.70%
R=32.94%
G=39.36%
B=27.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113135950.1600.300.479317.3945.1
Hex71875F1001E2F5d112d
Octal16120713720036571352155
Binary111000110000111101111110000011110101111101110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71875F;
 }
 .AnyTagClassName
 {
   color: #71875F;
 }
</style>
background-color css

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

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

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

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

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

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