Html Css Color HEX #718650 Willow Grove

📋 copy color: '#718650'

red 113 ◦ green 134 ◦ blue 80

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

Shades of Willow Grove #718650

Tints of Willow Grove #718650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.98%

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

R = 34.56%
G = 40.98%
B = 24.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#718650 (or 0x718650) is known color: Willow Grove. HEX triplet: 71, 86 and 50. RGB value is (113,134,80). Sum of RGB (Red+Green+Blue) = 113+134+80=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 134 - color contains mainly: green. Hex color #718650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718650 is #8E79AF. Grayscale: #797979. Windows color (decimal): -9337264 or 5277297. OLE color: 5277297.

HSL color Cylindrical-coordinate representation of color #718650: hue angle of 83.33º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #718650 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 134 80 -
CMYK 0.16 0 0.40 0.47
HSL 83.33º 0.25% 0.42% -
HSV(B) 83.33º 0.4% 0.53% -
XYZ 16.78 21.14 10.79 -
YUV 121.57 104.54 121.89 -
System Red Green Blue C M Y K H S L
Decimal 113 134 80 0.16 0 0.40 0.47 83.33 0.25 0.42
Hex 71 86 50 10 0 28 2F 53 19 2A
Octal 161 206 120 20 0 50 57 123 31 52
Binary 1110001 10000110 1010000 10000 0 101000 101111 1010011 11001 101010

Color Harmonies of #718650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718650

Black with #718650

Text Example


Text Example

White with #718650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718650; }

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

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

background-color css

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

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

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

border-color css

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

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

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