Html Css Color HEX #718A50 Highland

📋 copy color: '#718A50'

red 113 ◦ green 138 ◦ blue 80

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

Shades of Highland #718A50

Tints of Highland #718A50

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.69%

 BLUE value IS 80 (31.64% from 255) = 24.17%

R = 34.14%
G = 41.69%
B = 24.17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#718A50 (or 0x718A50) is known color: Highland. HEX triplet: 71, 8A and 50. RGB value is (113,138,80). Sum of RGB (Red+Green+Blue) = 113+138+80=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 138 - color contains mainly: green. Hex color #718A50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718A50 is #8E75AF. Grayscale: #7C7C7C. Windows color (decimal): -9336240 or 5278321. OLE color: 5278321.

HSL color Cylindrical-coordinate representation of color #718A50: hue angle of 85.86º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #718A50 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 138 80 -
CMYK 0.18 0 0.42 0.46
HSL 85.86º 0.27% 0.43% -
HSV(B) 85.86º 0.42% 0.54% -
XYZ 17.35 22.27 10.97 -
YUV 123.91 103.22 120.22 -
System Red Green Blue C M Y K H S L
Decimal 113 138 80 0.18 0 0.42 0.46 85.86 0.27 0.43
Hex 71 8A 50 12 0 2A 2E 56 1B 2B
Octal 161 212 120 22 0 52 56 126 33 53
Binary 1110001 10001010 1010000 10010 0 101010 101110 1010110 11011 101011

Color Harmonies of #718A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718A50

Black with #718A50

Text Example


Text Example

White with #718A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,138,80); }

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

background-color css

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

 a { background-color: rgb(113,138,80); }

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

border-color css

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

 span { border-color: rgb(113,138,80); }

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