Html Css Color HEX #65705A Willow Grove

📋 copy color: '#65705A'

red 101 ◦ green 112 ◦ blue 90

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

Shades of Willow Grove #65705A

Tints of Willow Grove #65705A

RGB

 RED value IS 101 (39.84% from 255) = 33.33%

 GREEN value IS 112 (44.14% from 255) = 36.96%

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

R = 33.33%
G = 36.96%
B = 29.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#65705A (or 0x65705A) is known color: Willow Grove. HEX triplet: 65, 70 and 5A. RGB value is (101,112,90). Sum of RGB (Red+Green+Blue) = 101+112+90=303 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.33% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 112 - color contains mainly: green. Hex color #65705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65705A is #9A8FA5. Grayscale: #6A6A6A. Windows color (decimal): -10129318 or 5927013. OLE color: 5927013.

HSL color Cylindrical-coordinate representation of color #65705A: hue angle of 90º 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 #65705A is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 112 90 -
CMYK 0.10 0 0.20 0.56
HSL 90º 0.11% 0.4% -
HSV(B) 90º 0.2% 0.44% -
XYZ 13.01 15.09 11.9 -
YUV 106.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 101 112 90 0.10 0 0.20 0.56 90 0.11 0.4
Hex 65 70 5A A 0 14 38 5A B 28
Octal 145 160 132 12 0 24 70 132 13 50
Binary 1100101 1110000 1011010 1010 0 10100 111000 1011010 1011 101000

Color Harmonies of #65705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65705A

Black with #65705A

Text Example


Text Example

White with #65705A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,112,90); }

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

background-color css

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

 a { background-color: rgb(101,112,90); }

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

border-color css

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

 span { border-color: rgb(101,112,90); }

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