Html Css Color HEX #69715E Willow Grove

📋 copy color: '#69715E'

red 105 ◦ green 113 ◦ blue 94

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

Shades of Willow Grove #69715E

Tints of Willow Grove #69715E

RGB

 RED value IS 105 (41.41% from 255) = 33.65%

 GREEN value IS 113 (44.53% from 255) = 36.22%

 BLUE value IS 94 (37.11% from 255) = 30.13%

R = 33.65%
G = 36.22%
B = 30.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#69715E (or 0x69715E) is known color: Willow Grove. HEX triplet: 69, 71 and 5E. RGB value is (105,113,94). Sum of RGB (Red+Green+Blue) = 105+113+94=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 113 - color contains mainly: green. Hex color #69715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69715E is #968EA1. Grayscale: #6C6C6C. Windows color (decimal): -9866914 or 6189417. OLE color: 6189417.

HSL color Cylindrical-coordinate representation of color #69715E: hue angle of 85.26º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #69715E is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 113 94 -
CMYK 0.07 0 0.17 0.56
HSL 85.26º 0.09% 0.41% -
HSV(B) 85.26º 0.17% 0.44% -
XYZ 13.75 15.62 12.88 -
YUV 108.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 105 113 94 0.07 0 0.17 0.56 85.26 0.09 0.41
Hex 69 71 5E 7 0 11 38 55 9 29
Octal 151 161 136 7 0 21 70 125 11 51
Binary 1101001 1110001 1011110 111 0 10001 111000 1010101 1001 101001

Color Harmonies of #69715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69715E

Black with #69715E

Text Example


Text Example

White with #69715E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69715E; }

 p { color: rgb(105,113,94); }

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

background-color css

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

 a { background-color: rgb(105,113,94); }

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

border-color css

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

 span { border-color: rgb(105,113,94); }

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