#748165

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

Shades of Camouflage Green #748165

Tints of Camouflage Green #748165

Color information

#748165 (or 0x748165) is unknown color: approx Camouflage Green. HEX triplet: 74, 81 and 65. RGB value is (116,129,101). Sum of RGB (Red+Green+Blue) = 116+129+101=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 129 - color contains mainly: green. Hex color #748165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748165 is #8B7E9A. Grayscale: #7A7A7A. Windows color (decimal): -9141915 or 6652276. OLE color: 6652276.

HSL color Cylindrical-coordinate representation of color #748165: hue angle of 87.86º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #748165 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB116129101-
CMYK0.1000.220.49
HSL87.86º12.17%45.1%-
HSV(B)87.86º21.71%50.59%-
XYZ17.420.3515.32-
YUV121.92116.19123.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.53%
GREEN value IS 129 (50.78% from 255) = 37.28%
BLUE value IS 101 (39.84% from 255) = 29.19%
R=33.53%
G=37.28%
B=29.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1161291010.1000.220.4987.8612.1745.1
Hex748165A0163158c2d
Octal16420114512026611301455
Binary1110100100000011100101101001011011000110110001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748165; }

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

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

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

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

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

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

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

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