#768C61

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

Shades of Highland #768C61

Tints of Highland #768C61

Color information

#768C61 (or 0x768C61) is unknown color: approx Highland. HEX triplet: 76, 8C and 61. RGB value is (118,140,97). Sum of RGB (Red+Green+Blue) = 118+140+97=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 140 (55.08% from 255 or 39.44% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 140 - color contains mainly: green. Hex color #768C61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768C61 is #89739E. Grayscale: #808080. Windows color (decimal): -9008031 or 6392950. OLE color: 6392950.

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

Color convert

RGB11814097-
CMYK0.1600.310.45
HSL90.7º18.14%46.47%-
HSV(B)90.7º30.71%54.9%-
XYZ19.0123.4714.84-
YUV128.52110.21120.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.24%
GREEN value IS 140 (55.08% from 255) = 39.44%
BLUE value IS 97 (38.28% from 255) = 27.32%
R=33.24%
G=39.44%
B=27.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118140970.1600.310.4590.718.1446.47
Hex768C611001F2D5b122e
Octal16621414120037551332256
Binary111011010001100110000110000011111101101101101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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