Html Css Color HEX #69715D Willow Grove

📋 copy color: '#69715D'

red 105 ◦ green 113 ◦ blue 93

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

Shades of Willow Grove #69715D

Tints of Willow Grove #69715D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.9%

R = 33.76%
G = 36.33%
B = 29.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#69715D (or 0x69715D) is known color: Willow Grove. HEX triplet: 69, 71 and 5D. RGB value is (105,113,93). Sum of RGB (Red+Green+Blue) = 105+113+93=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 113 - color contains mainly: green. Hex color #69715D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69715D is #968EA2. Grayscale: #6C6C6C. Windows color (decimal): -9866915 or 6123881. OLE color: 6123881.

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

Color convert

RGB 105 113 93 -
CMYK 0.07 0 0.18 0.56
HSL 84º 0.1% 0.4% -
HSV(B) 84º 0.18% 0.44% -
XYZ 13.71 15.6 12.65 -
YUV 108.33 119.35 125.63 -
System Red Green Blue C M Y K H S L
Decimal 105 113 93 0.07 0 0.18 0.56 84 0.1 0.4
Hex 69 71 5D 7 0 12 38 54 A 28
Octal 151 161 135 7 0 22 70 124 12 50
Binary 1101001 1110001 1011101 111 0 10010 111000 1010100 1010 101000

Color Harmonies of #69715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69715D

Black with #69715D

Text Example


Text Example

White with #69715D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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