Html Css Color HEX #769049 Highland

📋 copy color: '#769049'

red 118 ◦ green 144 ◦ blue 73

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

Shades of Highland #769049

Tints of Highland #769049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.79%

R = 35.22%
G = 42.99%
B = 21.79%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#769049 (or 0x769049) is known color: Highland. HEX triplet: 76, 90 and 49. RGB value is (118,144,73). Sum of RGB (Red+Green+Blue) = 118+144+73=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #769049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769049 is #896FB6. Grayscale: #808080. Windows color (decimal): -9007031 or 4821110. OLE color: 4821110.

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

Color convert

RGB 118 144 73 -
CMYK 0.18 0 0.49 0.44
HSL 81.97º 0.33% 0.43% -
HSV(B) 81.97º 0.49% 0.56% -
XYZ 18.65 24.28 10.01 -
YUV 128.13 96.89 120.77 -
System Red Green Blue C M Y K H S L
Decimal 118 144 73 0.18 0 0.49 0.44 81.97 0.33 0.43
Hex 76 90 49 12 0 31 2C 52 21 2B
Octal 166 220 111 22 0 61 54 122 41 53
Binary 1110110 10010000 1001001 10010 0 110001 101100 1010010 100001 101011

Color Harmonies of #769049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769049

Black with #769049

Text Example


Text Example

White with #769049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769049; }

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

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

background-color css

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

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

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

border-color css

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

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

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