Html Css Color HEX #749060 Highland

📋 copy color: '#749060'

red 116 ◦ green 144 ◦ blue 96

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

Shades of Highland #749060

Tints of Highland #749060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.97%

R = 32.58%
G = 40.45%
B = 26.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#749060 (or 0x749060) is known color: Highland. HEX triplet: 74, 90 and 60. RGB value is (116,144,96). Sum of RGB (Red+Green+Blue) = 116+144+96=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 144 - color contains mainly: green. Hex color #749060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749060 is #8B6F9F. Grayscale: #828282. Windows color (decimal): -9138080 or 6328436. OLE color: 6328436.

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

Color convert

RGB 116 144 96 -
CMYK 0.19 0 0.33 0.44
HSL 95º 0.2% 0.47% -
HSV(B) 95º 0.33% 0.56% -
XYZ 19.29 24.5 14.78 -
YUV 130.16 108.72 117.9 -
System Red Green Blue C M Y K H S L
Decimal 116 144 96 0.19 0 0.33 0.44 95 0.2 0.47
Hex 74 90 60 13 0 21 2C 5F 14 2F
Octal 164 220 140 23 0 41 54 137 24 57
Binary 1110100 10010000 1100000 10011 0 100001 101100 1011111 10100 101111

Color Harmonies of #749060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749060

Black with #749060

Text Example


Text Example

White with #749060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749060; }

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

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

background-color css

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

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

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

border-color css

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

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

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