Html Css Color HEX #69764D Willow Grove

📋 copy color: '#69764D'

red 105 ◦ green 118 ◦ blue 77

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

Shades of Willow Grove #69764D

Tints of Willow Grove #69764D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.67%

R = 35%
G = 39.33%
B = 25.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#69764D (or 0x69764D) is known color: Willow Grove. HEX triplet: 69, 76 and 4D. RGB value is (105,118,77). Sum of RGB (Red+Green+Blue) = 105+118+77=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 118 - color contains mainly: green. Hex color #69764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69764D is #9689B2. Grayscale: #6D6D6D. Windows color (decimal): -9865651 or 5076585. OLE color: 5076585.

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

Color convert

RGB 105 118 77 -
CMYK 0.11 0 0.35 0.54
HSL 79.02º 0.21% 0.38% -
HSV(B) 79.02º 0.35% 0.46% -
XYZ 13.64 16.5 9.49 -
YUV 109.44 109.69 124.83 -
System Red Green Blue C M Y K H S L
Decimal 105 118 77 0.11 0 0.35 0.54 79.02 0.21 0.38
Hex 69 76 4D B 0 23 36 4F 15 26
Octal 151 166 115 13 0 43 66 117 25 46
Binary 1101001 1110110 1001101 1011 0 100011 110110 1001111 10101 100110

Color Harmonies of #69764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69764D

Black with #69764D

Text Example


Text Example

White with #69764D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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