Html Css Color HEX #70855B Willow Grove

📋 copy color: '#70855B'

red 112 ◦ green 133 ◦ blue 91

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

Shades of Willow Grove #70855B

Tints of Willow Grove #70855B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.08%

R = 33.33%
G = 39.58%
B = 27.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#70855B (or 0x70855B) is known color: Willow Grove. HEX triplet: 70, 85 and 5B. RGB value is (112,133,91). Sum of RGB (Red+Green+Blue) = 112+133+91=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #70855B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70855B is #8F7AA4. Grayscale: #7A7A7A. Windows color (decimal): -9403045 or 5997936. OLE color: 5997936.

HSL color Cylindrical-coordinate representation of color #70855B: hue angle of 90º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #70855B is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 133 91 -
CMYK 0.16 0 0.32 0.48
HSL 90º 0.19% 0.44% -
HSV(B) 90º 0.32% 0.52% -
XYZ 16.96 20.98 13.05 -
YUV 121.93 110.54 120.92 -
System Red Green Blue C M Y K H S L
Decimal 112 133 91 0.16 0 0.32 0.48 90 0.19 0.44
Hex 70 85 5B 10 0 20 30 5A 13 2C
Octal 160 205 133 20 0 40 60 132 23 54
Binary 1110000 10000101 1011011 10000 0 100000 110000 1011010 10011 101100

Color Harmonies of #70855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70855B

Black with #70855B

Text Example


Text Example

White with #70855B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70855B; }

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

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

background-color css

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

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

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

border-color css

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

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

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