Html Css Color HEX #769763 Highland

📋 copy color: '#769763'

red 118 ◦ green 151 ◦ blue 99

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

Shades of Highland #769763

Tints of Highland #769763

RGB

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

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

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

R = 32.07%
G = 41.03%
B = 26.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#769763 (or 0x769763) is known color: Highland. HEX triplet: 76, 97 and 63. RGB value is (118,151,99). Sum of RGB (Red+Green+Blue) = 118+151+99=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 151 - color contains mainly: green. Hex color #769763 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769763 is #89689C. Grayscale: #878787. Windows color (decimal): -9005213 or 6526838. OLE color: 6526838.

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

Color convert

RGB 118 151 99 -
CMYK 0.22 0 0.34 0.41
HSL 98.08º 0.21% 0.49% -
HSV(B) 98.08º 0.34% 0.59% -
XYZ 20.79 26.89 15.9 -
YUV 135.21 107.57 115.73 -
System Red Green Blue C M Y K H S L
Decimal 118 151 99 0.22 0 0.34 0.41 98.08 0.21 0.49
Hex 76 97 63 16 0 22 29 62 15 31
Octal 166 227 143 26 0 42 51 142 25 61
Binary 1110110 10010111 1100011 10110 0 100010 101001 1100010 10101 110001

Color Harmonies of #769763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769763

Black with #769763

Text Example


Text Example

White with #769763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769763; }

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

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

background-color css

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

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

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

border-color css

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

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

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