Html Css Color HEX #718D55 Highland

📋 copy color: '#718D55'

red 113 ◦ green 141 ◦ blue 85

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

Shades of Highland #718D55

Tints of Highland #718D55

RGB

 RED value IS 113 (44.53% from 255) = 33.33%

 GREEN value IS 141 (55.47% from 255) = 41.59%

 BLUE value IS 85 (33.59% from 255) = 25.07%

R = 33.33%
G = 41.59%
B = 25.07%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#718D55 (or 0x718D55) is known color: Highland. HEX triplet: 71, 8D and 55. RGB value is (113,141,85). Sum of RGB (Red+Green+Blue) = 113+141+85=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 141 - color contains mainly: green. Hex color #718D55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718D55 is #8E72AA. Grayscale: #7E7E7E. Windows color (decimal): -9335467 or 5606769. OLE color: 5606769.

HSL color Cylindrical-coordinate representation of color #718D55: hue angle of 90º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #718D55 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 141 85 -
CMYK 0.20 0 0.40 0.45
HSL 90º 0.25% 0.44% -
HSV(B) 90º 0.4% 0.55% -
XYZ 17.97 23.22 12.13 -
YUV 126.24 104.72 118.55 -
System Red Green Blue C M Y K H S L
Decimal 113 141 85 0.20 0 0.40 0.45 90 0.25 0.44
Hex 71 8D 55 14 0 28 2D 5A 19 2C
Octal 161 215 125 24 0 50 55 132 31 54
Binary 1110001 10001101 1010101 10100 0 101000 101101 1011010 11001 101100

Color Harmonies of #718D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718D55

Black with #718D55

Text Example


Text Example

White with #718D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718D55; }

 p { color: rgb(113,141,85); }

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

background-color css

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

 a { background-color: rgb(113,141,85); }

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

border-color css

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

 span { border-color: rgb(113,141,85); }

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