Html Css Color HEX #70854F Willow Grove

📋 copy color: '#70854F'

red 112 ◦ green 133 ◦ blue 79

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

Shades of Willow Grove #70854F

Tints of Willow Grove #70854F

RGB

 RED value IS 112 (44.14% from 255) = 34.57%

 GREEN value IS 133 (52.34% from 255) = 41.05%

 BLUE value IS 79 (31.25% from 255) = 24.38%

R = 34.57%
G = 41.05%
B = 24.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#70854F (or 0x70854F) is known color: Willow Grove. HEX triplet: 70, 85 and 4F. RGB value is (112,133,79). Sum of RGB (Red+Green+Blue) = 112+133+79=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 133 - color contains mainly: green. Hex color #70854F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70854F is #8F7AB0. Grayscale: #787878. Windows color (decimal): -9403057 or 5211504. OLE color: 5211504.

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

Color convert

RGB 112 133 79 -
CMYK 0.16 0 0.41 0.48
HSL 83.33º 0.25% 0.42% -
HSV(B) 83.33º 0.41% 0.52% -
XYZ 16.48 20.78 10.54 -
YUV 120.57 104.54 121.89 -
System Red Green Blue C M Y K H S L
Decimal 112 133 79 0.16 0 0.41 0.48 83.33 0.25 0.42
Hex 70 85 4F 10 0 29 30 53 19 2A
Octal 160 205 117 20 0 51 60 123 31 52
Binary 1110000 10000101 1001111 10000 0 101001 110000 1010011 11001 101010

Color Harmonies of #70854F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70854F

Black with #70854F

Text Example


Text Example

White with #70854F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70854F; }

 p { color: rgb(112,133,79); }

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

background-color css

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

 a { background-color: rgb(112,133,79); }

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

border-color css

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

 span { border-color: rgb(112,133,79); }

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