Html Css Color HEX #749461 Highland

📋 copy color: '#749461'

red 116 ◦ green 148 ◦ blue 97

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

Shades of Highland #749461

Tints of Highland #749461

RGB

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

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

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

R = 32.13%
G = 41%
B = 26.87%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#749461 (or 0x749461) is known color: Highland. HEX triplet: 74, 94 and 61. RGB value is (116,148,97). Sum of RGB (Red+Green+Blue) = 116+148+97=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 148 - color contains mainly: green. Hex color #749461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749461 is #8B6B9E. Grayscale: #848484. Windows color (decimal): -9137055 or 6394996. OLE color: 6394996.

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

Color convert

RGB 116 148 97 -
CMYK 0.22 0 0.34 0.42
HSL 97.65º 0.21% 0.48% -
HSV(B) 97.65º 0.34% 0.58% -
XYZ 19.95 25.76 15.23 -
YUV 132.62 107.9 116.15 -
System Red Green Blue C M Y K H S L
Decimal 116 148 97 0.22 0 0.34 0.42 97.65 0.21 0.48
Hex 74 94 61 16 0 22 2A 62 15 30
Octal 164 224 141 26 0 42 52 142 25 60
Binary 1110100 10010100 1100001 10110 0 100010 101010 1100010 10101 110000

Color Harmonies of #749461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749461

Black with #749461

Text Example


Text Example

White with #749461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749461; }

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

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

background-color css

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

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

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

border-color css

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

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

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