Html Css Color HEX #718B60 Highland

📋 copy color: '#718B60'

red 113 ◦ green 139 ◦ blue 96

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

Shades of Highland #718B60

Tints of Highland #718B60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.59%

R = 32.47%
G = 39.94%
B = 27.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#718B60 (or 0x718B60) is known color: Highland. HEX triplet: 71, 8B and 60. RGB value is (113,139,96). Sum of RGB (Red+Green+Blue) = 113+139+96=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 139 - color contains mainly: green. Hex color #718B60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718B60 is #8E749F. Grayscale: #7E7E7E. Windows color (decimal): -9335968 or 6327153. OLE color: 6327153.

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

Color convert

RGB 113 139 96 -
CMYK 0.19 0 0.31 0.45
HSL 96.28º 0.18% 0.46% -
HSV(B) 96.28º 0.31% 0.55% -
XYZ 18.15 22.82 14.51 -
YUV 126.32 110.89 118.5 -
System Red Green Blue C M Y K H S L
Decimal 113 139 96 0.19 0 0.31 0.45 96.28 0.18 0.46
Hex 71 8B 60 13 0 1F 2D 60 12 2E
Octal 161 213 140 23 0 37 55 140 22 56
Binary 1110001 10001011 1100000 10011 0 11111 101101 1100000 10010 101110

Color Harmonies of #718B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718B60

Black with #718B60

Text Example


Text Example

White with #718B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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