Html Css Color HEX #768C59 Highland

📋 copy color: '#768C59'

red 118 ◦ green 140 ◦ blue 89

#768C59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Highland #768C59

Tints of Highland #768C59

RGB

 RED value IS 118 (46.48% from 255) = 34.01%

 GREEN value IS 140 (55.08% from 255) = 40.35%

 BLUE value IS 89 (35.16% from 255) = 25.65%

R = 34.01%
G = 40.35%
B = 25.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#768C59 (or 0x768C59) is known color: Highland. HEX triplet: 76, 8C and 59. RGB value is (118,140,89). Sum of RGB (Red+Green+Blue) = 118+140+89=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 140 - color contains mainly: green. Hex color #768C59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768C59 is #8973A6. Grayscale: #7F7F7F. Windows color (decimal): -9008039 or 5868662. OLE color: 5868662.

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

Color convert

RGB 118 140 89 -
CMYK 0.16 0 0.36 0.45
HSL 85.88º 0.22% 0.45% -
HSV(B) 85.88º 0.36% 0.55% -
XYZ 18.65 23.33 12.97 -
YUV 127.61 106.21 121.15 -
System Red Green Blue C M Y K H S L
Decimal 118 140 89 0.16 0 0.36 0.45 85.88 0.22 0.45
Hex 76 8C 59 10 0 24 2D 56 16 2D
Octal 166 214 131 20 0 44 55 126 26 55
Binary 1110110 10001100 1011001 10000 0 100100 101101 1010110 10110 101101

Color Harmonies of #768C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768C59

Black with #768C59

Text Example


Text Example

White with #768C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #768C59;
 }
 .AnyTagClassName
 {
   color: #768C59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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