Html Css Color HEX #749160 Highland

📋 copy color: '#749160'

red 116 ◦ green 145 ◦ blue 96

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

Shades of Highland #749160

Tints of Highland #749160

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.62%

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

R = 32.49%
G = 40.62%
B = 26.89%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#749160 (or 0x749160) is known color: Highland. HEX triplet: 74, 91 and 60. RGB value is (116,145,96). Sum of RGB (Red+Green+Blue) = 116+145+96=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 145 - color contains mainly: green. Hex color #749160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749160 is #8B6E9F. Grayscale: #828282. Windows color (decimal): -9137824 or 6328692. OLE color: 6328692.

HSL color Cylindrical-coordinate representation of color #749160: hue angle of 95.51º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #749160 is Cyan = 0.2, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 145 96 -
CMYK 0.2 0 0.34 0.43
HSL 95.51º 0.2% 0.47% -
HSV(B) 95.51º 0.34% 0.57% -
XYZ 19.44 24.81 14.83 -
YUV 130.74 108.39 117.48 -
System Red Green Blue C M Y K H S L
Decimal 116 145 96 0.2 0 0.34 0.43 95.51 0.2 0.47
Hex 74 91 60 14 0 22 2B 60 14 2F
Octal 164 221 140 24 0 42 53 140 24 57
Binary 1110100 10010001 1100000 10100 0 100010 101011 1100000 10100 101111

Color Harmonies of #749160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749160

Black with #749160

Text Example


Text Example

White with #749160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749160; }

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

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

background-color css

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

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

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

border-color css

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

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

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