Html Css Color HEX #739250 Highland

📋 copy color: '#739250'

red 115 ◦ green 146 ◦ blue 80

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

Shades of Highland #739250

Tints of Highland #739250

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.82%

 BLUE value IS 80 (31.64% from 255) = 23.46%

R = 33.72%
G = 42.82%
B = 23.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#739250 (or 0x739250) is known color: Highland. HEX triplet: 73, 92 and 50. RGB value is (115,146,80). Sum of RGB (Red+Green+Blue) = 115+146+80=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 146 - color contains mainly: green. Hex color #739250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739250 is #8C6DAF. Grayscale: #818181. Windows color (decimal): -9203120 or 5280371. OLE color: 5280371.

HSL color Cylindrical-coordinate representation of color #739250: hue angle of 88.18º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #739250 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 146 80 -
CMYK 0.21 0 0.45 0.43
HSL 88.18º 0.29% 0.44% -
HSV(B) 88.18º 0.45% 0.57% -
XYZ 18.8 24.78 11.38 -
YUV 129.21 100.23 117.87 -
System Red Green Blue C M Y K H S L
Decimal 115 146 80 0.21 0 0.45 0.43 88.18 0.29 0.44
Hex 73 92 50 15 0 2D 2B 58 1D 2C
Octal 163 222 120 25 0 55 53 130 35 54
Binary 1110011 10010010 1010000 10101 0 101101 101011 1011000 11101 101100

Color Harmonies of #739250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739250

Black with #739250

Text Example


Text Example

White with #739250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739250; }

 p { color: rgb(115,146,80); }

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

background-color css

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

 a { background-color: rgb(115,146,80); }

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

border-color css

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

 span { border-color: rgb(115,146,80); }

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