#74865C

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

Shades of Camouflage Green #74865C

Tints of Camouflage Green #74865C

Color information

#74865C (or 0x74865C) is unknown color: approx Camouflage Green. HEX triplet: 74, 86 and 5C. RGB value is (116,134,92). Sum of RGB (Red+Green+Blue) = 116+134+92=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 134 - color contains mainly: green. Hex color #74865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74865C is #8B79A3. Grayscale: #7B7B7B. Windows color (decimal): -9140644 or 6063732. OLE color: 6063732.

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

Color convert

RGB11613492-
CMYK0.1300.310.47
HSL85.71º18.58%44.31%-
HSV(B)85.71º31.34%52.55%-
XYZ17.6621.5413.35-
YUV123.83110.04122.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.92%
GREEN value IS 134 (52.73% from 255) = 39.18%
BLUE value IS 92 (36.33% from 255) = 26.90%
R=33.92%
G=39.18%
B=26.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116134920.1300.310.4785.7118.5844.31
Hex74865CD01F2F56132c
Octal16420613415037571262354
Binary11101001000011010111001101011111101111101011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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