#73875F

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

Shades of Camouflage Green #73875F

Tints of Camouflage Green #73875F

Color information

#73875F (or 0x73875F) is unknown color: approx Camouflage Green. HEX triplet: 73, 87 and 5F. RGB value is (115,135,95). Sum of RGB (Red+Green+Blue) = 115+135+95=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 135 - color contains mainly: green. Hex color #73875F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73875F is #8C78A0. Grayscale: #7C7C7C. Windows color (decimal): -9205921 or 6260595. OLE color: 6260595.

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

Color convert

RGB11513595-
CMYK0.1500.300.47
HSL90º17.39%45.1%-
HSV(B)90º29.63%52.94%-
XYZ17.821.814.1-
YUV124.46111.37121.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.33%
GREEN value IS 135 (53.12% from 255) = 39.13%
BLUE value IS 95 (37.5% from 255) = 27.54%
R=33.33%
G=39.13%
B=27.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal115135950.1500.300.479017.3945.1
Hex73875FF01E2F5a112d
Octal16320713717036571322155
Binary11100111000011110111111111011110101111101101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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