#74845B

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

Shades of Camouflage Green #74845B

Tints of Camouflage Green #74845B

Color information

#74845B (or 0x74845B) is unknown color: approx Camouflage Green. HEX triplet: 74, 84 and 5B. RGB value is (116,132,91). Sum of RGB (Red+Green+Blue) = 116+132+91=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 132 - color contains mainly: green. Hex color #74845B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74845B is #8B7BA4. Grayscale: #7A7A7A. Windows color (decimal): -9141157 or 5997684. OLE color: 5997684.

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

Color convert

RGB11613291-
CMYK0.1200.310.48
HSL83.41º18.39%43.73%-
HSV(B)83.41º31.06%51.76%-
XYZ17.3420.9713.03-
YUV122.54110.2123.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.22%
GREEN value IS 132 (51.95% from 255) = 38.94%
BLUE value IS 91 (35.94% from 255) = 26.84%
R=34.22%
G=38.94%
B=26.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116132910.1200.310.4883.4118.3943.73
Hex74845BC01F3053122c
Octal16420413314037601232254
Binary11101001000010010110111100011111110000101001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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