Html Css Color HEX #749150 Highland

📋 copy color: '#749150'

red 116 ◦ green 145 ◦ blue 80

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

Shades of Highland #749150

Tints of Highland #749150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.46%

R = 34.02%
G = 42.52%
B = 23.46%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#749150 (or 0x749150) is known color: Highland. HEX triplet: 74, 91 and 50. RGB value is (116,145,80). Sum of RGB (Red+Green+Blue) = 116+145+80=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 145 - color contains mainly: green. Hex color #749150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749150 is #8B6EAF. Grayscale: #818181. Windows color (decimal): -9137840 or 5280116. OLE color: 5280116.

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

Color convert

RGB 116 145 80 -
CMYK 0.2 0 0.45 0.43
HSL 86.77º 0.29% 0.44% -
HSV(B) 86.77º 0.45% 0.57% -
XYZ 18.78 24.54 11.34 -
YUV 128.92 100.39 118.79 -
System Red Green Blue C M Y K H S L
Decimal 116 145 80 0.2 0 0.45 0.43 86.77 0.29 0.44
Hex 74 91 50 14 0 2D 2B 57 1D 2C
Octal 164 221 120 24 0 55 53 127 35 54
Binary 1110100 10010001 1010000 10100 0 101101 101011 1010111 11101 101100

Color Harmonies of #749150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749150

Black with #749150

Text Example


Text Example

White with #749150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749150; }

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

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

background-color css

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

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

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

border-color css

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

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

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