Html Css Color HEX #749558 Highland

📋 copy color: '#749558'

red 116 ◦ green 149 ◦ blue 88

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

Shades of Highland #749558

Tints of Highland #749558

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.21%

 BLUE value IS 88 (34.77% from 255) = 24.93%

R = 32.86%
G = 42.21%
B = 24.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#749558 (or 0x749558) is known color: Highland. HEX triplet: 74, 95 and 58. RGB value is (116,149,88). Sum of RGB (Red+Green+Blue) = 116+149+88=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 149 - color contains mainly: green. Hex color #749558 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749558 is #8B6AA7. Grayscale: #848484. Windows color (decimal): -9136808 or 5805428. OLE color: 5805428.

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

Color convert

RGB 116 149 88 -
CMYK 0.22 0 0.41 0.42
HSL 92.46º 0.26% 0.46% -
HSV(B) 92.46º 0.41% 0.58% -
XYZ 19.71 25.91 13.2 -
YUV 132.18 103.07 116.46 -
System Red Green Blue C M Y K H S L
Decimal 116 149 88 0.22 0 0.41 0.42 92.46 0.26 0.46
Hex 74 95 58 16 0 29 2A 5C 1A 2E
Octal 164 225 130 26 0 51 52 134 32 56
Binary 1110100 10010101 1011000 10110 0 101001 101010 1011100 11010 101110

Color Harmonies of #749558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749558

Black with #749558

Text Example


Text Example

White with #749558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749558; }

 p { color: rgb(116,149,88); }

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

background-color css

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

 a { background-color: rgb(116,149,88); }

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

border-color css

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

 span { border-color: rgb(116,149,88); }

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