Html Css Color HEX #739047 Highland

📋 copy color: '#739047'

red 115 ◦ green 144 ◦ blue 71

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

Shades of Highland #739047

Tints of Highland #739047

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.64%

 BLUE value IS 71 (28.13% from 255) = 21.52%

R = 34.85%
G = 43.64%
B = 21.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#739047 (or 0x739047) is known color: Highland. HEX triplet: 73, 90 and 47. RGB value is (115,144,71). Sum of RGB (Red+Green+Blue) = 115+144+71=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #739047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739047 is #8C6FB8. Grayscale: #7F7F7F. Windows color (decimal): -9203641 or 4690035. OLE color: 4690035.

HSL color Cylindrical-coordinate representation of color #739047: hue angle of 83.84º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #739047 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 144 71 -
CMYK 0.20 0 0.51 0.44
HSL 83.84º 0.34% 0.42% -
HSV(B) 83.84º 0.51% 0.56% -
XYZ 18.18 24.05 9.64 -
YUV 127.01 96.39 119.44 -
System Red Green Blue C M Y K H S L
Decimal 115 144 71 0.20 0 0.51 0.44 83.84 0.34 0.42
Hex 73 90 47 14 0 33 2C 54 22 2A
Octal 163 220 107 24 0 63 54 124 42 52
Binary 1110011 10010000 1000111 10100 0 110011 101100 1010100 100010 101010

Color Harmonies of #739047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739047

Black with #739047

Text Example


Text Example

White with #739047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739047; }

 p { color: rgb(115,144,71); }

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

background-color css

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

 a { background-color: rgb(115,144,71); }

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

border-color css

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

 span { border-color: rgb(115,144,71); }

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