Html Css Color HEX #718750 Willow Grove

📋 copy color: '#718750'

red 113 ◦ green 135 ◦ blue 80

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

Shades of Willow Grove #718750

Tints of Willow Grove #718750

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.16%

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

R = 34.45%
G = 41.16%
B = 24.39%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#718750 (or 0x718750) is known color: Willow Grove. HEX triplet: 71, 87 and 50. RGB value is (113,135,80). Sum of RGB (Red+Green+Blue) = 113+135+80=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 135 - color contains mainly: green. Hex color #718750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718750 is #8E78AF. Grayscale: #7A7A7A. Windows color (decimal): -9337008 or 5277553. OLE color: 5277553.

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

Color convert

RGB 113 135 80 -
CMYK 0.16 0 0.41 0.47
HSL 84º 0.26% 0.42% -
HSV(B) 84º 0.41% 0.53% -
XYZ 16.92 21.42 10.83 -
YUV 122.15 104.21 121.47 -
System Red Green Blue C M Y K H S L
Decimal 113 135 80 0.16 0 0.41 0.47 84 0.26 0.42
Hex 71 87 50 10 0 29 2F 54 1A 2A
Octal 161 207 120 20 0 51 57 124 32 52
Binary 1110001 10000111 1010000 10000 0 101001 101111 1010100 11010 101010

Color Harmonies of #718750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718750

Black with #718750

Text Example


Text Example

White with #718750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718750; }

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

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

background-color css

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

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

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

border-color css

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

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

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