#6F814F

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

Shades of Willow Grove #6F814F

Tints of Willow Grove #6F814F

Color information

#6F814F (or 0x6F814F) is unknown color: approx Willow Grove. HEX triplet: 6F, 81 and 4F. RGB value is (111,129,79). Sum of RGB (Red+Green+Blue) = 111+129+79=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 129 - color contains mainly: green. Hex color #6F814F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F814F is #907EB0. Grayscale: #767676. Windows color (decimal): -9469617 or 5210479. OLE color: 5210479.

HSL color Cylindrical-coordinate representation of color #6F814F: hue angle of 81.6º 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 #6F814F is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB11112979-
CMYK0.1400.390.49
HSL81.6º24.04%40.78%-
HSV(B)81.6º38.76%50.59%-
XYZ15.8219.6410.36-
YUV117.92106.04123.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.80%
GREEN value IS 129 (50.78% from 255) = 40.44%
BLUE value IS 79 (31.25% from 255) = 24.76%
R=34.80%
G=40.44%
B=24.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111129790.1400.390.4981.624.0440.78
Hex6F814FE02731521829
Octal15720111716047611223051
Binary110111110000001100111111100100111110001101001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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