#74865E

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

Shades of Camouflage Green #74865E

Tints of Camouflage Green #74865E

Color information

#74865E (or 0x74865E) is unknown color: approx Camouflage Green. HEX triplet: 74, 86 and 5E. RGB value is (116,134,94). Sum of RGB (Red+Green+Blue) = 116+134+94=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 134 - color contains mainly: green. Hex color #74865E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74865E is #8B79A1. Grayscale: #7C7C7C. Windows color (decimal): -9140642 or 6194804. OLE color: 6194804.

HSL color Cylindrical-coordinate representation of color #74865E: hue angle of 87º degrees, saturation: 0.18, 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 #74865E is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB11613494-
CMYK0.1300.300.47
HSL87º17.54%44.71%-
HSV(B)87º29.85%52.55%-
XYZ17.7521.5713.82-
YUV124.06111.04122.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.72%
GREEN value IS 134 (52.73% from 255) = 38.95%
BLUE value IS 94 (37.11% from 255) = 27.33%
R=33.72%
G=38.95%
B=27.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116134940.1300.300.478717.5444.71
Hex74865ED01E2F57122d
Octal16420613615036571272255
Binary11101001000011010111101101011110101111101011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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