#6B8252

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

Shades of Willow Grove #6B8252

Tints of Willow Grove #6B8252

Color information

#6B8252 (or 0x6B8252) is unknown color: approx Willow Grove. HEX triplet: 6B, 82 and 52. RGB value is (107,130,82). Sum of RGB (Red+Green+Blue) = 107+130+82=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #6B8252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8252 is #947DAD. Grayscale: #757575. Windows color (decimal): -9731502 or 5407339. OLE color: 5407339.

HSL color Cylindrical-coordinate representation of color #6B8252: hue angle of 88.75º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B8252 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB10713082-
CMYK0.1800.370.49
HSL88.75º22.64%41.57%-
HSV(B)88.75º36.92%50.98%-
XYZ15.5719.710.96-
YUV117.65107.88120.4-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.54%
GREEN value IS 130 (51.17% from 255) = 40.75%
BLUE value IS 82 (32.42% from 255) = 25.71%
R=33.54%
G=40.75%
B=25.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107130820.1800.370.4988.7522.6441.57
Hex6B8252120253159172a
Octal15320212222045611312752
Binary1101011100000101010010100100100101110001101100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,130,82); }

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

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

 a { background-color: rgb(107,130,82); }

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

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

 span { border-color: rgb(107,130,82); }

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