Html Css Color HEX #69764E Willow Grove

📋 copy color: '#69764E'

red 105 ◦ green 118 ◦ blue 78

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

Shades of Willow Grove #69764E

Tints of Willow Grove #69764E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.2%

 BLUE value IS 78 (30.86% from 255) = 25.91%

R = 34.88%
G = 39.2%
B = 25.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#69764E (or 0x69764E) is known color: Willow Grove. HEX triplet: 69, 76 and 4E. RGB value is (105,118,78). Sum of RGB (Red+Green+Blue) = 105+118+78=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 118 - color contains mainly: green. Hex color #69764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69764E is #9689B1. Grayscale: #6D6D6D. Windows color (decimal): -9865650 or 5142121. OLE color: 5142121.

HSL color Cylindrical-coordinate representation of color #69764E: hue angle of 79.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #69764E is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 118 78 -
CMYK 0.11 0 0.34 0.54
HSL 79.5º 0.2% 0.38% -
HSV(B) 79.5º 0.34% 0.46% -
XYZ 13.68 16.51 9.67 -
YUV 109.55 110.19 124.75 -
System Red Green Blue C M Y K H S L
Decimal 105 118 78 0.11 0 0.34 0.54 79.5 0.2 0.38
Hex 69 76 4E B 0 22 36 50 14 26
Octal 151 166 116 13 0 42 66 120 24 46
Binary 1101001 1110110 1001110 1011 0 100010 110110 1010000 10100 100110

Color Harmonies of #69764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69764E

Black with #69764E

Text Example


Text Example

White with #69764E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,118,78); }

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

background-color css

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

 a { background-color: rgb(105,118,78); }

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

border-color css

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

 span { border-color: rgb(105,118,78); }

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