Html Css Color HEX #749459 Highland

📋 copy color: '#749459'

red 116 ◦ green 148 ◦ blue 89

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

Shades of Highland #749459

Tints of Highland #749459

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.93%

 BLUE value IS 89 (35.16% from 255) = 25.21%

R = 32.86%
G = 41.93%
B = 25.21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#749459 (or 0x749459) is known color: Highland. HEX triplet: 74, 94 and 59. RGB value is (116,148,89). Sum of RGB (Red+Green+Blue) = 116+148+89=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 148 - color contains mainly: green. Hex color #749459 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749459 is #8B6BA6. Grayscale: #838383. Windows color (decimal): -9137063 or 5870708. OLE color: 5870708.

HSL color Cylindrical-coordinate representation of color #749459: hue angle of 92.54º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #749459 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 148 89 -
CMYK 0.22 0 0.40 0.42
HSL 92.54º 0.25% 0.46% -
HSV(B) 92.54º 0.4% 0.58% -
XYZ 19.6 25.61 13.36 -
YUV 131.71 103.9 116.8 -
System Red Green Blue C M Y K H S L
Decimal 116 148 89 0.22 0 0.40 0.42 92.54 0.25 0.46
Hex 74 94 59 16 0 28 2A 5D 19 2E
Octal 164 224 131 26 0 50 52 135 31 56
Binary 1110100 10010100 1011001 10110 0 101000 101010 1011101 11001 101110

Color Harmonies of #749459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749459

Black with #749459

Text Example


Text Example

White with #749459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749459; }

 p { color: rgb(116,148,89); }

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

background-color css

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

 a { background-color: rgb(116,148,89); }

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

border-color css

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

 span { border-color: rgb(116,148,89); }

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