Html Css Color HEX #69765A Willow Grove

📋 copy color: '#69765A'

red 105 ◦ green 118 ◦ blue 90

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

Shades of Willow Grove #69765A

Tints of Willow Grove #69765A

RGB

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

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

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

R = 33.55%
G = 37.7%
B = 28.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#69765A (or 0x69765A) is known color: Willow Grove. HEX triplet: 69, 76 and 5A. RGB value is (105,118,90). Sum of RGB (Red+Green+Blue) = 105+118+90=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 118 - color contains mainly: green. Hex color #69765A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69765A is #9689A5. Grayscale: #6F6F6F. Windows color (decimal): -9865638 or 5928553. OLE color: 5928553.

HSL color Cylindrical-coordinate representation of color #69765A: hue angle of 87.86º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #69765A is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 118 90 -
CMYK 0.11 0 0.24 0.54
HSL 87.86º 0.13% 0.41% -
HSV(B) 87.86º 0.24% 0.46% -
XYZ 14.15 16.7 12.15 -
YUV 110.92 116.19 123.78 -
System Red Green Blue C M Y K H S L
Decimal 105 118 90 0.11 0 0.24 0.54 87.86 0.13 0.41
Hex 69 76 5A B 0 18 36 58 D 29
Octal 151 166 132 13 0 30 66 130 15 51
Binary 1101001 1110110 1011010 1011 0 11000 110110 1011000 1101 101001

Color Harmonies of #69765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69765A

Black with #69765A

Text Example


Text Example

White with #69765A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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