#748654

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

Shades of Highland #748654

Tints of Highland #748654

Color information

#748654 (or 0x748654) is unknown color: approx Highland. HEX triplet: 74, 86 and 54. RGB value is (116,134,84). Sum of RGB (Red+Green+Blue) = 116+134+84=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 134 - color contains mainly: green. Hex color #748654 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748654 is #8B79AB. Grayscale: #7B7B7B. Windows color (decimal): -9140652 or 5539444. OLE color: 5539444.

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

Color convert

RGB11613484-
CMYK0.1300.370.47
HSL81.6º22.94%42.75%-
HSV(B)81.6º37.31%52.55%-
XYZ17.3321.411.61-
YUV122.92106.04123.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.73%
GREEN value IS 134 (52.73% from 255) = 40.12%
BLUE value IS 84 (33.20% from 255) = 25.15%
R=34.73%
G=40.12%
B=25.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116134840.1300.370.4781.622.9442.75
Hex748654D0252F52172b
Octal16420612415045571222753
Binary111010010000110101010011010100101101111101001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748654; }

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

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

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

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

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

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

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

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