Html Css Color HEX #718D4C Highland

📋 copy color: '#718D4C'

red 113 ◦ green 141 ◦ blue 76

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

Shades of Highland #718D4C

Tints of Highland #718D4C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.73%

 BLUE value IS 76 (30.08% from 255) = 23.03%

R = 34.24%
G = 42.73%
B = 23.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#718D4C (or 0x718D4C) is known color: Highland. HEX triplet: 71, 8D and 4C. RGB value is (113,141,76). Sum of RGB (Red+Green+Blue) = 113+141+76=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 141 - color contains mainly: green. Hex color #718D4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718D4C is #8E72B3. Grayscale: #7D7D7D. Windows color (decimal): -9335476 or 5016945. OLE color: 5016945.

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

Color convert

RGB 113 141 76 -
CMYK 0.20 0 0.46 0.45
HSL 85.85º 0.3% 0.43% -
HSV(B) 85.85º 0.46% 0.55% -
XYZ 17.64 23.08 10.36 -
YUV 125.22 100.22 119.29 -
System Red Green Blue C M Y K H S L
Decimal 113 141 76 0.20 0 0.46 0.45 85.85 0.3 0.43
Hex 71 8D 4C 14 0 2E 2D 56 1E 2B
Octal 161 215 114 24 0 56 55 126 36 53
Binary 1110001 10001101 1001100 10100 0 101110 101101 1010110 11110 101011

Color Harmonies of #718D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718D4C

Black with #718D4C

Text Example


Text Example

White with #718D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,141,76); }

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

background-color css

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

 a { background-color: rgb(113,141,76); }

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

border-color css

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

 span { border-color: rgb(113,141,76); }

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