Html Css Color HEX #749056 Highland

📋 copy color: '#749056'

red 116 ◦ green 144 ◦ blue 86

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

Shades of Highland #749056

Tints of Highland #749056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 24.86%

R = 33.53%
G = 41.62%
B = 24.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.44

RGB Variations

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

Color information

#749056 (or 0x749056) is known color: Highland. HEX triplet: 74, 90 and 56. RGB value is (116,144,86). Sum of RGB (Red+Green+Blue) = 116+144+86=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 144 - color contains mainly: green. Hex color #749056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749056 is #8B6FA9. Grayscale: #818181. Windows color (decimal): -9138090 or 5673076. OLE color: 5673076.

HSL color Cylindrical-coordinate representation of color #749056: hue angle of 88.97º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #749056 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 144 86 -
CMYK 0.19 0 0.40 0.44
HSL 88.97º 0.25% 0.45% -
HSV(B) 88.97º 0.4% 0.56% -
XYZ 18.86 24.33 12.51 -
YUV 129.02 103.72 118.72 -
System Red Green Blue C M Y K H S L
Decimal 116 144 86 0.19 0 0.40 0.44 88.97 0.25 0.45
Hex 74 90 56 13 0 28 2C 59 19 2D
Octal 164 220 126 23 0 50 54 131 31 55
Binary 1110100 10010000 1010110 10011 0 101000 101100 1011001 11001 101101

Color Harmonies of #749056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749056

Black with #749056

Text Example


Text Example

White with #749056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749056; }

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

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

background-color css

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

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

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

border-color css

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

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

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