Html Css Color HEX #749559 Highland

📋 copy color: '#749559'

red 116 ◦ green 149 ◦ blue 89

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

Shades of Highland #749559

Tints of Highland #749559

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.09%

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

R = 32.77%
G = 42.09%
B = 25.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#749559 (or 0x749559) is known color: Highland. HEX triplet: 74, 95 and 59. RGB value is (116,149,89). Sum of RGB (Red+Green+Blue) = 116+149+89=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 149 - color contains mainly: green. Hex color #749559 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749559 is #8B6AA6. Grayscale: #848484. Windows color (decimal): -9136807 or 5870964. OLE color: 5870964.

HSL color Cylindrical-coordinate representation of color #749559: hue angle of 93º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #749559 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 149 89 -
CMYK 0.22 0 0.40 0.42
HSL 93º 0.25% 0.47% -
HSV(B) 93º 0.4% 0.58% -
XYZ 19.75 25.93 13.41 -
YUV 132.29 103.57 116.38 -
System Red Green Blue C M Y K H S L
Decimal 116 149 89 0.22 0 0.40 0.42 93 0.25 0.47
Hex 74 95 59 16 0 28 2A 5D 19 2F
Octal 164 225 131 26 0 50 52 135 31 57
Binary 1110100 10010101 1011001 10110 0 101000 101010 1011101 11001 101111

Color Harmonies of #749559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749559

Black with #749559

Text Example


Text Example

White with #749559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749559; }

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

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

background-color css

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

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

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

border-color css

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

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

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