Html Css Color HEX #769061 Highland

📋 copy color: '#769061'

red 118 ◦ green 144 ◦ blue 97

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

Shades of Highland #769061

Tints of Highland #769061

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.11%

 BLUE value IS 97 (38.28% from 255) = 27.02%

R = 32.87%
G = 40.11%
B = 27.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#769061 (or 0x769061) is known color: Highland. HEX triplet: 76, 90 and 61. RGB value is (118,144,97). Sum of RGB (Red+Green+Blue) = 118+144+97=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 144 - color contains mainly: green. Hex color #769061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769061 is #896F9E. Grayscale: #838383. Windows color (decimal): -9007007 or 6393974. OLE color: 6393974.

HSL color Cylindrical-coordinate representation of color #769061: hue angle of 93.19º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #769061 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 144 97 -
CMYK 0.18 0 0.33 0.44
HSL 93.19º 0.2% 0.47% -
HSV(B) 93.19º 0.33% 0.56% -
XYZ 19.6 24.66 15.04 -
YUV 130.87 108.89 118.82 -
System Red Green Blue C M Y K H S L
Decimal 118 144 97 0.18 0 0.33 0.44 93.19 0.2 0.47
Hex 76 90 61 12 0 21 2C 5D 14 2F
Octal 166 220 141 22 0 41 54 135 24 57
Binary 1110110 10010000 1100001 10010 0 100001 101100 1011101 10100 101111

Color Harmonies of #769061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769061

Black with #769061

Text Example


Text Example

White with #769061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769061; }

 p { color: rgb(118,144,97); }

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

background-color css

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

 a { background-color: rgb(118,144,97); }

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

border-color css

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

 span { border-color: rgb(118,144,97); }

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