Html Css Color HEX #68745B Willow Grove

📋 copy color: '#68745B'

red 104 ◦ green 116 ◦ blue 91

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

Shades of Willow Grove #68745B

Tints of Willow Grove #68745B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.3%

 BLUE value IS 91 (35.94% from 255) = 29.26%

R = 33.44%
G = 37.3%
B = 29.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#68745B (or 0x68745B) is known color: Willow Grove. HEX triplet: 68, 74 and 5B. RGB value is (104,116,91). Sum of RGB (Red+Green+Blue) = 104+116+91=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 116 - color contains mainly: green. Hex color #68745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68745B is #978BA4. Grayscale: #6D6D6D. Windows color (decimal): -9931685 or 5993576. OLE color: 5993576.

HSL color Cylindrical-coordinate representation of color #68745B: hue angle of 88.8º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #68745B is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 116 91 -
CMYK 0.10 0 0.22 0.55
HSL 88.8º 0.12% 0.41% -
HSV(B) 88.8º 0.22% 0.45% -
XYZ 13.84 16.19 12.29 -
YUV 109.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 104 116 91 0.10 0 0.22 0.55 88.8 0.12 0.41
Hex 68 74 5B A 0 16 37 59 C 29
Octal 150 164 133 12 0 26 67 131 14 51
Binary 1101000 1110100 1011011 1010 0 10110 110111 1011001 1100 101001

Color Harmonies of #68745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68745B

Black with #68745B

Text Example


Text Example

White with #68745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68745B; }

 p { color: rgb(104,116,91); }

 H1.HeaderClassName
 {
   color: #68745B;
 }
 .AnyTagClassName
 {
   color: #68745B;
 }
</style>

background-color css

<style>
 a { background-color: #68745B; }

 a { background-color: rgb(104,116,91); }

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

border-color css

<style>
 span { border-color: #68745B; }

 span { border-color: rgb(104,116,91); }

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