Html Css Color HEX #769A63 Highland

📋 copy color: '#769A63'

red 118 ◦ green 154 ◦ blue 99

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

Shades of Highland #769A63

Tints of Highland #769A63

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.51%

 BLUE value IS 99 (39.06% from 255) = 26.68%

R = 31.81%
G = 41.51%
B = 26.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#769A63 (or 0x769A63) is known color: Highland. HEX triplet: 76, 9A and 63. RGB value is (118,154,99). Sum of RGB (Red+Green+Blue) = 118+154+99=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 154 - color contains mainly: green. Hex color #769A63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769A63 is #89659C. Grayscale: #898989. Windows color (decimal): -9004445 or 6527606. OLE color: 6527606.

HSL color Cylindrical-coordinate representation of color #769A63: hue angle of 99.27º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #769A63 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 154 99 -
CMYK 0.23 0 0.36 0.40
HSL 99.27º 0.22% 0.5% -
HSV(B) 99.27º 0.36% 0.6% -
XYZ 21.28 27.86 16.06 -
YUV 136.97 106.57 114.47 -
System Red Green Blue C M Y K H S L
Decimal 118 154 99 0.23 0 0.36 0.40 99.27 0.22 0.5
Hex 76 9A 63 17 0 24 28 63 16 32
Octal 166 232 143 27 0 44 50 143 26 62
Binary 1110110 10011010 1100011 10111 0 100100 101000 1100011 10110 110010

Color Harmonies of #769A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769A63

Black with #769A63

Text Example


Text Example

White with #769A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769A63; }

 p { color: rgb(118,154,99); }

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

background-color css

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

 a { background-color: rgb(118,154,99); }

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

border-color css

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

 span { border-color: rgb(118,154,99); }

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