Html Css Color HEX #768950 Highland

📋 copy color: '#768950'

red 118 ◦ green 137 ◦ blue 80

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

Shades of Highland #768950

Tints of Highland #768950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.9%

 BLUE value IS 80 (31.64% from 255) = 23.88%

R = 35.22%
G = 40.9%
B = 23.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#768950 (or 0x768950) is known color: Highland. HEX triplet: 76, 89 and 50. RGB value is (118,137,80). Sum of RGB (Red+Green+Blue) = 118+137+80=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 137 - color contains mainly: green. Hex color #768950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768950 is #8976AF. Grayscale: #7D7D7D. Windows color (decimal): -9008816 or 5278070. OLE color: 5278070.

HSL color Cylindrical-coordinate representation of color #768950: hue angle of 80º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #768950 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 137 80 -
CMYK 0.14 0 0.42 0.46
HSL 80º 0.26% 0.43% -
HSV(B) 80º 0.42% 0.54% -
XYZ 17.86 22.32 10.96 -
YUV 124.82 102.71 123.13 -
System Red Green Blue C M Y K H S L
Decimal 118 137 80 0.14 0 0.42 0.46 80 0.26 0.43
Hex 76 89 50 E 0 2A 2E 50 1A 2B
Octal 166 211 120 16 0 52 56 120 32 53
Binary 1110110 10001001 1010000 1110 0 101010 101110 1010000 11010 101011

Color Harmonies of #768950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768950

Black with #768950

Text Example


Text Example

White with #768950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768950; }

 p { color: rgb(118,137,80); }

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

background-color css

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

 a { background-color: rgb(118,137,80); }

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

border-color css

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

 span { border-color: rgb(118,137,80); }

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