Html Css Color HEX #769766 Highland

📋 copy color: '#769766'

red 118 ◦ green 151 ◦ blue 102

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

Shades of Highland #769766

Tints of Highland #769766

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.7%

 BLUE value IS 102 (40.23% from 255) = 27.49%

R = 31.81%
G = 40.7%
B = 27.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#769766 (or 0x769766) is known color: Highland. HEX triplet: 76, 97 and 66. RGB value is (118,151,102). Sum of RGB (Red+Green+Blue) = 118+151+102=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 151 - color contains mainly: green. Hex color #769766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769766 is #896899. Grayscale: #878787. Windows color (decimal): -9005210 or 6723446. OLE color: 6723446.

HSL color Cylindrical-coordinate representation of color #769766: hue angle of 100.41º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #769766 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 151 102 -
CMYK 0.22 0 0.32 0.41
HSL 100.41º 0.19% 0.5% -
HSV(B) 100.41º 0.32% 0.59% -
XYZ 20.94 26.94 16.67 -
YUV 135.55 109.07 115.48 -
System Red Green Blue C M Y K H S L
Decimal 118 151 102 0.22 0 0.32 0.41 100.41 0.19 0.5
Hex 76 97 66 16 0 20 29 64 13 32
Octal 166 227 146 26 0 40 51 144 23 62
Binary 1110110 10010111 1100110 10110 0 100000 101001 1100100 10011 110010

Color Harmonies of #769766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769766

Black with #769766

Text Example


Text Example

White with #769766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769766; }

 p { color: rgb(118,151,102); }

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

background-color css

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

 a { background-color: rgb(118,151,102); }

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

border-color css

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

 span { border-color: rgb(118,151,102); }

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