Html Css Color HEX #749554 Highland

📋 copy color: '#749554'

red 116 ◦ green 149 ◦ blue 84

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

Shades of Highland #749554

Tints of Highland #749554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.07%

R = 33.24%
G = 42.69%
B = 24.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#749554 (or 0x749554) is known color: Highland. HEX triplet: 74, 95 and 54. RGB value is (116,149,84). Sum of RGB (Red+Green+Blue) = 116+149+84=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #749554 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749554 is #8B6AAB. Grayscale: #838383. Windows color (decimal): -9136812 or 5543284. OLE color: 5543284.

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

Color convert

RGB 116 149 84 -
CMYK 0.22 0 0.44 0.42
HSL 90.46º 0.28% 0.46% -
HSV(B) 90.46º 0.44% 0.58% -
XYZ 19.55 25.85 12.35 -
YUV 131.72 101.07 116.79 -
System Red Green Blue C M Y K H S L
Decimal 116 149 84 0.22 0 0.44 0.42 90.46 0.28 0.46
Hex 74 95 54 16 0 2C 2A 5A 1C 2E
Octal 164 225 124 26 0 54 52 132 34 56
Binary 1110100 10010101 1010100 10110 0 101100 101010 1011010 11100 101110

Color Harmonies of #749554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749554

Black with #749554

Text Example


Text Example

White with #749554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749554; }

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

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

background-color css

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

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

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

border-color css

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

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

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