#768C54

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

Shades of Highland #768C54

Tints of Highland #768C54

Color information

#768C54 (or 0x768C54) is unknown color: approx Highland. HEX triplet: 76, 8C and 54. RGB value is (118,140,84). Sum of RGB (Red+Green+Blue) = 118+140+84=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 140 - color contains mainly: green. Hex color #768C54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768C54 is #8973AB. Grayscale: #7F7F7F. Windows color (decimal): -9008044 or 5540982. OLE color: 5540982.

HSL color Cylindrical-coordinate representation of color #768C54: hue angle of 83.57º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #768C54 is Cyan = 0.16, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.45.

Color convert

RGB11814084-
CMYK0.1600.40.45
HSL83.57º25%43.92%-
HSV(B)83.57º40%54.9%-
XYZ18.4523.2511.9-
YUV127.04103.71121.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.50%
GREEN value IS 140 (55.08% from 255) = 40.94%
BLUE value IS 84 (33.20% from 255) = 24.56%
R=34.50%
G=40.94%
B=24.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118140840.1600.40.4583.572543.92
Hex768C54100282D54192c
Octal16621412420050551243154
Binary1110110100011001010100100000101000101101101010011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768C54; }

 p { color: rgb(118,140,84); }

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

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

 a { background-color: rgb(118,140,84); }

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

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

 span { border-color: rgb(118,140,84); }

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