#74865F

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

Shades of Camouflage Green #74865F

Tints of Camouflage Green #74865F

Color information

#74865F (or 0x74865F) is unknown color: approx Camouflage Green. HEX triplet: 74, 86 and 5F. RGB value is (116,134,95). Sum of RGB (Red+Green+Blue) = 116+134+95=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #74865F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74865F is #8B79A0. Grayscale: #7C7C7C. Windows color (decimal): -9140641 or 6260340. OLE color: 6260340.

HSL color Cylindrical-coordinate representation of color #74865F: hue angle of 87.69º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #74865F is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB11613495-
CMYK0.1300.290.47
HSL87.69º17.03%44.9%-
HSV(B)87.69º29.1%52.55%-
XYZ17.7921.5914.06-
YUV124.17111.54122.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.62%
GREEN value IS 134 (52.73% from 255) = 38.84%
BLUE value IS 95 (37.5% from 255) = 27.54%
R=33.62%
G=38.84%
B=27.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116134950.1300.290.4787.6917.0344.9
Hex74865FD01D2F58112d
Octal16420613715035571302155
Binary11101001000011010111111101011101101111101100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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