Html Css Color HEX #768559 Highland

📋 copy color: '#768559'

red 118 ◦ green 133 ◦ blue 89

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

Shades of Highland #768559

Tints of Highland #768559

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.12%

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

R = 34.71%
G = 39.12%
B = 26.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#768559 (or 0x768559) is known color: Highland. HEX triplet: 76, 85 and 59. RGB value is (118,133,89). Sum of RGB (Red+Green+Blue) = 118+133+89=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 133 - color contains mainly: green. Hex color #768559 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768559 is #897AA6. Grayscale: #7B7B7B. Windows color (decimal): -9009831 or 5866870. OLE color: 5866870.

HSL color Cylindrical-coordinate representation of color #768559: hue angle of 80.45º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #768559 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 133 89 -
CMYK 0.11 0 0.33 0.48
HSL 80.45º 0.2% 0.44% -
HSV(B) 80.45º 0.33% 0.52% -
XYZ 17.66 21.35 12.64 -
YUV 123.5 108.53 124.08 -
System Red Green Blue C M Y K H S L
Decimal 118 133 89 0.11 0 0.33 0.48 80.45 0.2 0.44
Hex 76 85 59 B 0 21 30 50 14 2C
Octal 166 205 131 13 0 41 60 120 24 54
Binary 1110110 10000101 1011001 1011 0 100001 110000 1010000 10100 101100

Color Harmonies of #768559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768559

Black with #768559

Text Example


Text Example

White with #768559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768559; }

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

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

background-color css

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

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

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

border-color css

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

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

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