Html Css Color HEX #707B60 Willow Grove

📋 copy color: '#707B60'

red 112 ◦ green 123 ◦ blue 96

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

Shades of Willow Grove #707B60

Tints of Willow Grove #707B60

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.16%

 BLUE value IS 96 (37.89% from 255) = 29%

R = 33.84%
G = 37.16%
B = 29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#707B60 (or 0x707B60) is known color: Willow Grove. HEX triplet: 70, 7B and 60. RGB value is (112,123,96). Sum of RGB (Red+Green+Blue) = 112+123+96=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 123 - color contains mainly: green. Hex color #707B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707B60 is #8F849F. Grayscale: #747474. Windows color (decimal): -9405600 or 6323056. OLE color: 6323056.

HSL color Cylindrical-coordinate representation of color #707B60: hue angle of 84.44º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #707B60 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.

Color convert

RGB 112 123 96 -
CMYK 0.09 0 0.22 0.52
HSL 84.44º 0.12% 0.43% -
HSV(B) 84.44º 0.22% 0.48% -
XYZ 15.88 18.46 13.79 -
YUV 116.63 116.36 124.7 -
System Red Green Blue C M Y K H S L
Decimal 112 123 96 0.09 0 0.22 0.52 84.44 0.12 0.43
Hex 70 7B 60 9 0 16 34 54 C 2B
Octal 160 173 140 11 0 26 64 124 14 53
Binary 1110000 1111011 1100000 1001 0 10110 110100 1010100 1100 101011

Color Harmonies of #707B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707B60

Black with #707B60

Text Example


Text Example

White with #707B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707B60; }

 p { color: rgb(112,123,96); }

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

background-color css

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

 a { background-color: rgb(112,123,96); }

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

border-color css

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

 span { border-color: rgb(112,123,96); }

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