Html Css Color HEX #718C58 Highland

📋 copy color: '#718C58'

red 113 ◦ green 140 ◦ blue 88

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

Shades of Highland #718C58

Tints of Highland #718C58

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.06%

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

R = 33.14%
G = 41.06%
B = 25.81%

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

#718C58 (or 0x718C58) is known color: Highland. HEX triplet: 71, 8C and 58. RGB value is (113,140,88). Sum of RGB (Red+Green+Blue) = 113+140+88=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 140 - color contains mainly: green. Hex color #718C58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718C58 is #8E73A7. Grayscale: #7E7E7E. Windows color (decimal): -9335720 or 5803121. OLE color: 5803121.

HSL color Cylindrical-coordinate representation of color #718C58: hue angle of 91.15º degrees, saturation: 0.23, 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 #718C58 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 140 88 -
CMYK 0.19 0 0.37 0.45
HSL 91.15º 0.23% 0.45% -
HSV(B) 91.15º 0.37% 0.55% -
XYZ 17.95 22.97 12.72 -
YUV 126 106.55 118.73 -
System Red Green Blue C M Y K H S L
Decimal 113 140 88 0.19 0 0.37 0.45 91.15 0.23 0.45
Hex 71 8C 58 13 0 25 2D 5B 17 2D
Octal 161 214 130 23 0 45 55 133 27 55
Binary 1110001 10001100 1011000 10011 0 100101 101101 1011011 10111 101101

Color Harmonies of #718C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718C58

Black with #718C58

Text Example


Text Example

White with #718C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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