Html Css Color HEX #718B58 Highland

📋 copy color: '#718B58'

red 113 ◦ green 139 ◦ blue 88

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

Shades of Highland #718B58

Tints of Highland #718B58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.88%

R = 33.24%
G = 40.88%
B = 25.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#718B58 (or 0x718B58) is known color: Highland. HEX triplet: 71, 8B and 58. RGB value is (113,139,88). Sum of RGB (Red+Green+Blue) = 113+139+88=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 139 - color contains mainly: green. Hex color #718B58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718B58 is #8E74A7. Grayscale: #7D7D7D. Windows color (decimal): -9335976 or 5802865. OLE color: 5802865.

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

Color convert

RGB 113 139 88 -
CMYK 0.19 0 0.37 0.45
HSL 90.59º 0.22% 0.45% -
HSV(B) 90.59º 0.37% 0.55% -
XYZ 17.8 22.68 12.67 -
YUV 125.41 106.89 119.15 -
System Red Green Blue C M Y K H S L
Decimal 113 139 88 0.19 0 0.37 0.45 90.59 0.22 0.45
Hex 71 8B 58 13 0 25 2D 5B 16 2D
Octal 161 213 130 23 0 45 55 133 26 55
Binary 1110001 10001011 1011000 10011 0 100101 101101 1011011 10110 101101

Color Harmonies of #718B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718B58

Black with #718B58

Text Example


Text Example

White with #718B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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