#6E814F

Color #6E814F Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #6E814F

Tints of Willow Grove #6E814F

Color information

#6E814F (or 0x6E814F) is unknown color: approx Willow Grove. HEX triplet: 6E, 81 and 4F. RGB value is (110,129,79). Sum of RGB (Red+Green+Blue) = 110+129+79=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 129 - color contains mainly: green. Hex color #6E814F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E814F is #917EB0. Grayscale: #757575. Windows color (decimal): -9535153 or 5210478. OLE color: 5210478.

HSL color Cylindrical-coordinate representation of color #6E814F: hue angle of 82.8º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E814F is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB11012979-
CMYK0.1500.390.49
HSL82.8º24.04%40.78%-
HSV(B)82.8º38.76%50.59%-
XYZ15.6919.5810.35-
YUV117.62106.21122.57-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.59%
GREEN value IS 129 (50.78% from 255) = 40.57%
BLUE value IS 79 (31.25% from 255) = 24.84%
R=34.59%
G=40.57%
B=24.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110129790.1500.390.4982.824.0440.78
Hex6E814FF02731531829
Octal15620111717047611233051
Binary110111010000001100111111110100111110001101001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,129,79); }

 H1.HeaderClassName
 {
   color: #6E814F;
 }
 .AnyTagClassName
 {
   color: #6E814F;
 }
</style>
background-color css

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

 a { background-color: rgb(110,129,79); }

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

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

 span { border-color: rgb(110,129,79); }

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