Html Css Color HEX #749149 Highland

📋 copy color: '#749149'

red 116 ◦ green 145 ◦ blue 73

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

Shades of Highland #749149

Tints of Highland #749149

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.41%

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

R = 34.73%
G = 43.41%
B = 21.86%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#749149 (or 0x749149) is known color: Highland. HEX triplet: 74, 91 and 49. RGB value is (116,145,73). Sum of RGB (Red+Green+Blue) = 116+145+73=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #749149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749149 is #8B6EB6. Grayscale: #808080. Windows color (decimal): -9137847 or 4821364. OLE color: 4821364.

HSL color Cylindrical-coordinate representation of color #749149: hue angle of 84.17º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #749149 is Cyan = 0.2, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 145 73 -
CMYK 0.2 0 0.50 0.43
HSL 84.17º 0.33% 0.43% -
HSV(B) 84.17º 0.5% 0.57% -
XYZ 18.53 24.44 10.05 -
YUV 128.12 96.89 119.35 -
System Red Green Blue C M Y K H S L
Decimal 116 145 73 0.2 0 0.50 0.43 84.17 0.33 0.43
Hex 74 91 49 14 0 32 2B 54 21 2B
Octal 164 221 111 24 0 62 53 124 41 53
Binary 1110100 10010001 1001001 10100 0 110010 101011 1010100 100001 101011

Color Harmonies of #749149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749149

Black with #749149

Text Example


Text Example

White with #749149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749149; }

 p { color: rgb(116,145,73); }

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

background-color css

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

 a { background-color: rgb(116,145,73); }

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

border-color css

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

 span { border-color: rgb(116,145,73); }

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