#748765

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

Shades of Camouflage Green #748765

Tints of Camouflage Green #748765

Color information

#748765 (or 0x748765) is unknown color: approx Camouflage Green. HEX triplet: 74, 87 and 65. RGB value is (116,135,101). Sum of RGB (Red+Green+Blue) = 116+135+101=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 135 - color contains mainly: green. Hex color #748765 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748765 is #8B789A. Grayscale: #7D7D7D. Windows color (decimal): -9140379 or 6653812. OLE color: 6653812.

HSL color Cylindrical-coordinate representation of color #748765: hue angle of 93.53º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #748765 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB116135101-
CMYK0.1400.250.47
HSL93.53º14.41%46.27%-
HSV(B)93.53º25.19%52.94%-
XYZ18.2221.9815.59-
YUV125.44114.21121.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.95%
GREEN value IS 135 (53.12% from 255) = 38.35%
BLUE value IS 101 (39.84% from 255) = 28.69%
R=32.95%
G=38.35%
B=28.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1161351010.1400.250.4793.5314.4146.27
Hex748765E0192F5ee2e
Octal16420714516031571361656
Binary1110100100001111100101111001100110111110111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748765; }

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

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

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

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

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

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

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

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