#74816B

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

Shades of Camouflage Green #74816B

Tints of Camouflage Green #74816B

Color information

#74816B (or 0x74816B) is unknown color: approx Camouflage Green. HEX triplet: 74, 81 and 6B. RGB value is (116,129,107). Sum of RGB (Red+Green+Blue) = 116+129+107=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 129 - color contains mainly: green. Hex color #74816B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74816B is #8B7E94. Grayscale: #7A7A7A. Windows color (decimal): -9141909 or 7045492. OLE color: 7045492.

HSL color Cylindrical-coordinate representation of color #74816B: hue angle of 95.45º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #74816B is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB116129107-
CMYK0.1000.170.49
HSL95.45º9.32%46.27%-
HSV(B)95.45º17.05%50.59%-
XYZ17.7120.4816.93-
YUV122.6119.19123.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.95%
GREEN value IS 129 (50.78% from 255) = 36.65%
BLUE value IS 107 (42.19% from 255) = 30.40%
R=32.95%
G=36.65%
B=30.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1161291070.1000.170.4995.459.3246.27
Hex74816BA011315f92e
Octal16420115312021611371156
Binary1110100100000011101011101001000111000110111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,129,107); }

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

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

 a { background-color: rgb(116,129,107); }

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

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

 span { border-color: rgb(116,129,107); }

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