Html Css Color HEX #69715A Willow Grove

📋 copy color: '#69715A'

red 105 ◦ green 113 ◦ blue 90

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

Shades of Willow Grove #69715A

Tints of Willow Grove #69715A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.22%

R = 34.09%
G = 36.69%
B = 29.22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#69715A (or 0x69715A) is known color: Willow Grove. HEX triplet: 69, 71 and 5A. RGB value is (105,113,90). Sum of RGB (Red+Green+Blue) = 105+113+90=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 113 - color contains mainly: green. Hex color #69715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69715A is #968EA5. Grayscale: #6C6C6C. Windows color (decimal): -9866918 or 5927273. OLE color: 5927273.

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

Color convert

RGB 105 113 90 -
CMYK 0.07 0 0.20 0.56
HSL 80.87º 0.11% 0.4% -
HSV(B) 80.87º 0.2% 0.44% -
XYZ 13.58 15.55 11.96 -
YUV 107.99 117.85 125.87 -
System Red Green Blue C M Y K H S L
Decimal 105 113 90 0.07 0 0.20 0.56 80.87 0.11 0.4
Hex 69 71 5A 7 0 14 38 51 B 28
Octal 151 161 132 7 0 24 70 121 13 50
Binary 1101001 1110001 1011010 111 0 10100 111000 1010001 1011 101000

Color Harmonies of #69715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69715A

Black with #69715A

Text Example


Text Example

White with #69715A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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