#74845E

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

Shades of Camouflage Green #74845E

Tints of Camouflage Green #74845E

Color information

#74845E (or 0x74845E) is unknown color: approx Camouflage Green. HEX triplet: 74, 84 and 5E. RGB value is (116,132,94). Sum of RGB (Red+Green+Blue) = 116+132+94=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 132 - color contains mainly: green. Hex color #74845E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74845E is #8B7BA1. Grayscale: #7B7B7B. Windows color (decimal): -9141154 or 6194292. OLE color: 6194292.

HSL color Cylindrical-coordinate representation of color #74845E: hue angle of 85.26º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #74845E is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB11613294-
CMYK0.1200.290.48
HSL85.26º16.81%44.31%-
HSV(B)85.26º28.79%51.76%-
XYZ17.4721.0213.73-
YUV122.88111.7123.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.92%
GREEN value IS 132 (51.95% from 255) = 38.60%
BLUE value IS 94 (37.11% from 255) = 27.49%
R=33.92%
G=38.60%
B=27.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116132940.1200.290.4885.2616.8144.31
Hex74845EC01D3055112c
Octal16420413614035601252154
Binary11101001000010010111101100011101110000101010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,132,94); }

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

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

 a { background-color: rgb(116,132,94); }

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

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

 span { border-color: rgb(116,132,94); }

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