Html Css Color HEX #769764 Highland

📋 copy color: '#769764'

red 118 ◦ green 151 ◦ blue 100

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

Shades of Highland #769764

Tints of Highland #769764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.1%

R = 31.98%
G = 40.92%
B = 27.1%

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

#769764 (or 0x769764) is known color: Highland. HEX triplet: 76, 97 and 64. RGB value is (118,151,100). Sum of RGB (Red+Green+Blue) = 118+151+100=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 151 - color contains mainly: green. Hex color #769764 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769764 is #89689B. Grayscale: #878787. Windows color (decimal): -9005212 or 6592374. OLE color: 6592374.

HSL color Cylindrical-coordinate representation of color #769764: hue angle of 98.82º degrees, saturation: 0.2, 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 #769764 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 151 100 -
CMYK 0.22 0 0.34 0.41
HSL 98.82º 0.2% 0.49% -
HSV(B) 98.82º 0.34% 0.59% -
XYZ 20.84 26.9 16.15 -
YUV 135.32 108.07 115.65 -
System Red Green Blue C M Y K H S L
Decimal 118 151 100 0.22 0 0.34 0.41 98.82 0.2 0.49
Hex 76 97 64 16 0 22 29 63 14 31
Octal 166 227 144 26 0 42 51 143 24 61
Binary 1110110 10010111 1100100 10110 0 100010 101001 1100011 10100 110001

Color Harmonies of #769764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769764

Black with #769764

Text Example


Text Example

White with #769764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769764; }

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

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

background-color css

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

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

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

border-color css

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

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

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