Html Css Color HEX #749050 Highland

📋 copy color: '#749050'

red 116 ◦ green 144 ◦ blue 80

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

Shades of Highland #749050

Tints of Highland #749050

RGB

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

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

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

R = 34.12%
G = 42.35%
B = 23.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#749050 (or 0x749050) is known color: Highland. HEX triplet: 74, 90 and 50. RGB value is (116,144,80). Sum of RGB (Red+Green+Blue) = 116+144+80=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 144 - color contains mainly: green. Hex color #749050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749050 is #8B6FAF. Grayscale: #808080. Windows color (decimal): -9138096 or 5279860. OLE color: 5279860.

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

Color convert

RGB 116 144 80 -
CMYK 0.19 0 0.44 0.44
HSL 86.25º 0.29% 0.44% -
HSV(B) 86.25º 0.44% 0.56% -
XYZ 18.62 24.24 11.29 -
YUV 128.33 100.72 119.2 -
System Red Green Blue C M Y K H S L
Decimal 116 144 80 0.19 0 0.44 0.44 86.25 0.29 0.44
Hex 74 90 50 13 0 2C 2C 56 1D 2C
Octal 164 220 120 23 0 54 54 126 35 54
Binary 1110100 10010000 1010000 10011 0 101100 101100 1010110 11101 101100

Color Harmonies of #749050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749050

Black with #749050

Text Example


Text Example

White with #749050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749050; }

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

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

background-color css

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

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

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

border-color css

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

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

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