Html Css Color HEX #718B55 Highland

📋 copy color: '#718B55'

red 113 ◦ green 139 ◦ blue 85

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

Shades of Highland #718B55

Tints of Highland #718B55

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.25%

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

R = 33.53%
G = 41.25%
B = 25.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#718B55 (or 0x718B55) is known color: Highland. HEX triplet: 71, 8B and 55. RGB value is (113,139,85). Sum of RGB (Red+Green+Blue) = 113+139+85=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 139 - color contains mainly: green. Hex color #718B55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718B55 is #8E74AA. Grayscale: #7D7D7D. Windows color (decimal): -9335979 or 5606257. OLE color: 5606257.

HSL color Cylindrical-coordinate representation of color #718B55: hue angle of 88.89º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #718B55 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 139 85 -
CMYK 0.19 0 0.39 0.45
HSL 88.89º 0.24% 0.44% -
HSV(B) 88.89º 0.39% 0.55% -
XYZ 17.68 22.63 12.03 -
YUV 125.07 105.39 119.39 -
System Red Green Blue C M Y K H S L
Decimal 113 139 85 0.19 0 0.39 0.45 88.89 0.24 0.44
Hex 71 8B 55 13 0 27 2D 59 18 2C
Octal 161 213 125 23 0 47 55 131 30 54
Binary 1110001 10001011 1010101 10011 0 100111 101101 1011001 11000 101100

Color Harmonies of #718B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718B55

Black with #718B55

Text Example


Text Example

White with #718B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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