#748653

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

Shades of Highland #748653

Tints of Highland #748653

Color information

#748653 (or 0x748653) is unknown color: approx Highland. HEX triplet: 74, 86 and 53. RGB value is (116,134,83). Sum of RGB (Red+Green+Blue) = 116+134+83=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 134 - color contains mainly: green. Hex color #748653 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748653 is #8B79AC. Grayscale: #7A7A7A. Windows color (decimal): -9140653 or 5473908. OLE color: 5473908.

HSL color Cylindrical-coordinate representation of color #748653: hue angle of 81.18º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #748653 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB11613483-
CMYK0.1300.380.47
HSL81.18º23.5%42.55%-
HSV(B)81.18º38.06%52.55%-
XYZ17.2921.3911.4-
YUV122.8105.54123.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.83%
GREEN value IS 134 (52.73% from 255) = 40.24%
BLUE value IS 83 (32.81% from 255) = 24.92%
R=34.83%
G=40.24%
B=24.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116134830.1300.380.4781.1823.542.55
Hex748653D0262F51182b
Octal16420612315046571213053
Binary111010010000110101001111010100110101111101000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748653; }

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

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

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

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

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

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

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

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