Html Css Color HEX #6A7258 Willow Grove

📋 copy color: '#6A7258'

red 106 ◦ green 114 ◦ blue 88

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

Shades of Willow Grove #6A7258

Tints of Willow Grove #6A7258

RGB

 RED value IS 106 (41.8% from 255) = 34.42%

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

 BLUE value IS 88 (34.77% from 255) = 28.57%

R = 34.42%
G = 37.01%
B = 28.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#6A7258 (or 0x6A7258) is known color: Willow Grove. HEX triplet: 6A, 72 and 58. RGB value is (106,114,88). Sum of RGB (Red+Green+Blue) = 106+114+88=308 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.42% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 114 - color contains mainly: green. Hex color #6A7258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7258 is #958DA7. Grayscale: #6C6C6C. Windows color (decimal): -9801128 or 5796458. OLE color: 5796458.

HSL color Cylindrical-coordinate representation of color #6A7258: hue angle of 78.46º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A7258 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 106 114 88 -
CMYK 0.07 0 0.23 0.55
HSL 78.46º 0.13% 0.4% -
HSV(B) 78.46º 0.23% 0.45% -
XYZ 13.72 15.8 11.56 -
YUV 108.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 106 114 88 0.07 0 0.23 0.55 78.46 0.13 0.4
Hex 6A 72 58 7 0 17 37 4E D 28
Octal 152 162 130 7 0 27 67 116 15 50
Binary 1101010 1110010 1011000 111 0 10111 110111 1001110 1101 101000

Color Harmonies of #6A7258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7258

Black with #6A7258

Text Example


Text Example

White with #6A7258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A7258; }

 p { color: rgb(106,114,88); }

 H1.HeaderClassName
 {
   color: #6A7258;
 }
 .AnyTagClassName
 {
   color: #6A7258;
 }
</style>

background-color css

<style>
 a { background-color: #6A7258; }

 a { background-color: rgb(106,114,88); }

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

border-color css

<style>
 span { border-color: #6A7258; }

 span { border-color: rgb(106,114,88); }

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