Html Css Color HEX #739461 Highland

📋 copy color: '#739461'

red 115 ◦ green 148 ◦ blue 97

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

Shades of Highland #739461

Tints of Highland #739461

RGB

 RED value IS 115 (45.31% from 255) = 31.94%

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

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

R = 31.94%
G = 41.11%
B = 26.94%

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

#739461 (or 0x739461) is known color: Highland. HEX triplet: 73, 94 and 61. RGB value is (115,148,97). Sum of RGB (Red+Green+Blue) = 115+148+97=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 148 - color contains mainly: green. Hex color #739461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739461 is #8C6B9E. Grayscale: #848484. Windows color (decimal): -9202591 or 6394995. OLE color: 6394995.

HSL color Cylindrical-coordinate representation of color #739461: hue angle of 98.82º 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 #739461 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 148 97 -
CMYK 0.22 0 0.34 0.42
HSL 98.82º 0.21% 0.48% -
HSV(B) 98.82º 0.34% 0.58% -
XYZ 19.82 25.69 15.22 -
YUV 132.32 108.07 115.65 -
System Red Green Blue C M Y K H S L
Decimal 115 148 97 0.22 0 0.34 0.42 98.82 0.21 0.48
Hex 73 94 61 16 0 22 2A 63 15 30
Octal 163 224 141 26 0 42 52 143 25 60
Binary 1110011 10010100 1100001 10110 0 100010 101010 1100011 10101 110000

Color Harmonies of #739461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739461

Black with #739461

Text Example


Text Example

White with #739461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739461; }

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

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

background-color css

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

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

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

border-color css

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

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

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