Html Css Color HEX #68725E Willow Grove

📋 copy color: '#68725E'

red 104 ◦ green 114 ◦ blue 94

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

Shades of Willow Grove #68725E

Tints of Willow Grove #68725E

RGB

 RED value IS 104 (41.02% from 255) = 33.33%

 GREEN value IS 114 (44.92% from 255) = 36.54%

 BLUE value IS 94 (37.11% from 255) = 30.13%

R = 33.33%
G = 36.54%
B = 30.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#68725E (or 0x68725E) is known color: Willow Grove. HEX triplet: 68, 72 and 5E. RGB value is (104,114,94). Sum of RGB (Red+Green+Blue) = 104+114+94=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 114 - color contains mainly: green. Hex color #68725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68725E is #978DA1. Grayscale: #6C6C6C. Windows color (decimal): -9932194 or 6189672. OLE color: 6189672.

HSL color Cylindrical-coordinate representation of color #68725E: hue angle of 90º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #68725E is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 114 94 -
CMYK 0.09 0 0.18 0.55
HSL 90º 0.1% 0.41% -
HSV(B) 90º 0.18% 0.45% -
XYZ 13.75 15.79 12.91 -
YUV 108.73 119.69 124.63 -
System Red Green Blue C M Y K H S L
Decimal 104 114 94 0.09 0 0.18 0.55 90 0.1 0.41
Hex 68 72 5E 9 0 12 37 5A A 29
Octal 150 162 136 11 0 22 67 132 12 51
Binary 1101000 1110010 1011110 1001 0 10010 110111 1011010 1010 101001

Color Harmonies of #68725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68725E

Black with #68725E

Text Example


Text Example

White with #68725E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,114,94); }

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

background-color css

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

 a { background-color: rgb(104,114,94); }

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

border-color css

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

 span { border-color: rgb(104,114,94); }

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