Html Css Color HEX #749059 Highland

📋 copy color: '#749059'

red 116 ◦ green 144 ◦ blue 89

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

Shades of Highland #749059

Tints of Highland #749059

RGB

 RED value IS 116 (45.7% from 255) = 33.24%

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

 BLUE value IS 89 (35.16% from 255) = 25.5%

R = 33.24%
G = 41.26%
B = 25.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#749059 (or 0x749059) is known color: Highland. HEX triplet: 74, 90 and 59. RGB value is (116,144,89). Sum of RGB (Red+Green+Blue) = 116+144+89=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 144 - color contains mainly: green. Hex color #749059 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749059 is #8B6FA6. Grayscale: #818181. Windows color (decimal): -9138087 or 5869684. OLE color: 5869684.

HSL color Cylindrical-coordinate representation of color #749059: hue angle of 90.55º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #749059 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 144 89 -
CMYK 0.19 0 0.38 0.44
HSL 90.55º 0.24% 0.46% -
HSV(B) 90.55º 0.38% 0.56% -
XYZ 18.98 24.38 13.16 -
YUV 129.36 105.22 118.47 -
System Red Green Blue C M Y K H S L
Decimal 116 144 89 0.19 0 0.38 0.44 90.55 0.24 0.46
Hex 74 90 59 13 0 26 2C 5B 18 2E
Octal 164 220 131 23 0 46 54 133 30 56
Binary 1110100 10010000 1011001 10011 0 100110 101100 1011011 11000 101110

Color Harmonies of #749059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749059

Black with #749059

Text Example


Text Example

White with #749059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749059; }

 p { color: rgb(116,144,89); }

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

background-color css

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

 a { background-color: rgb(116,144,89); }

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

border-color css

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

 span { border-color: rgb(116,144,89); }

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