#74826B

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

Shades of Camouflage Green #74826B

Tints of Camouflage Green #74826B

Color information

#74826B (or 0x74826B) is unknown color: approx Camouflage Green. HEX triplet: 74, 82 and 6B. RGB value is (116,130,107). Sum of RGB (Red+Green+Blue) = 116+130+107=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 130 - color contains mainly: green. Hex color #74826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74826B is #8B7D94. Grayscale: #7B7B7B. Windows color (decimal): -9141653 or 7045748. OLE color: 7045748.

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

Color convert

RGB116130107-
CMYK0.1100.180.49
HSL96.52º9.7%46.47%-
HSV(B)96.52º17.69%50.98%-
XYZ17.8420.7416.97-
YUV123.19118.86122.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.86%
GREEN value IS 130 (51.17% from 255) = 36.83%
BLUE value IS 107 (42.19% from 255) = 30.31%
R=32.86%
G=36.83%
B=30.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1161301070.1100.180.4996.529.746.47
Hex74826BB0123161a2e
Octal16420215313022611411256
Binary1110100100000101101011101101001011000111000011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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