Html Css Color HEX #749161 Highland

📋 copy color: '#749161'

red 116 ◦ green 145 ◦ blue 97

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

Shades of Highland #749161

Tints of Highland #749161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.09%

R = 32.4%
G = 40.5%
B = 27.09%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#749161 (or 0x749161) is known color: Highland. HEX triplet: 74, 91 and 61. RGB value is (116,145,97). Sum of RGB (Red+Green+Blue) = 116+145+97=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 145 - color contains mainly: green. Hex color #749161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749161 is #8B6E9E. Grayscale: #838383. Windows color (decimal): -9137823 or 6394228. OLE color: 6394228.

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

Color convert

RGB 116 145 97 -
CMYK 0.2 0 0.33 0.43
HSL 96.25º 0.2% 0.47% -
HSV(B) 96.25º 0.33% 0.57% -
XYZ 19.49 24.83 15.07 -
YUV 130.86 108.89 117.4 -
System Red Green Blue C M Y K H S L
Decimal 116 145 97 0.2 0 0.33 0.43 96.25 0.2 0.47
Hex 74 91 61 14 0 21 2B 60 14 2F
Octal 164 221 141 24 0 41 53 140 24 57
Binary 1110100 10010001 1100001 10100 0 100001 101011 1100000 10100 101111

Color Harmonies of #749161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749161

Black with #749161

Text Example


Text Example

White with #749161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749161; }

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

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

background-color css

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

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

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

border-color css

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

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

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