Html Css Color HEX #769760 Highland

📋 copy color: '#769760'

red 118 ◦ green 151 ◦ blue 96

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

Shades of Highland #769760

Tints of Highland #769760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.3%

R = 32.33%
G = 41.37%
B = 26.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#769760 (or 0x769760) is known color: Highland. HEX triplet: 76, 97 and 60. RGB value is (118,151,96). Sum of RGB (Red+Green+Blue) = 118+151+96=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 151 - color contains mainly: green. Hex color #769760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769760 is #89689F. Grayscale: #878787. Windows color (decimal): -9005216 or 6330230. OLE color: 6330230.

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

Color convert

RGB 118 151 96 -
CMYK 0.22 0 0.36 0.41
HSL 96º 0.22% 0.48% -
HSV(B) 96º 0.36% 0.59% -
XYZ 20.65 26.83 15.16 -
YUV 134.86 106.07 115.97 -
System Red Green Blue C M Y K H S L
Decimal 118 151 96 0.22 0 0.36 0.41 96 0.22 0.48
Hex 76 97 60 16 0 24 29 60 16 30
Octal 166 227 140 26 0 44 51 140 26 60
Binary 1110110 10010111 1100000 10110 0 100100 101001 1100000 10110 110000

Color Harmonies of #769760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769760

Black with #769760

Text Example


Text Example

White with #769760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769760; }

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

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

background-color css

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

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

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

border-color css

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

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

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