#687248

Color #687248 Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #687248

Tints of Woodland #687248

Color information

#687248 (or 0x687248) is unknown color: approx Woodland. HEX triplet: 68, 72 and 48. RGB value is (104,114,72). Sum of RGB (Red+Green+Blue) = 104+114+72=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 114 - color contains mainly: green. Hex color #687248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687248 is #978DB7. Grayscale: #6A6A6A. Windows color (decimal): -9932216 or 4747880. OLE color: 4747880.

HSL color Cylindrical-coordinate representation of color #687248: hue angle of 74.29º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #687248 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB10411472-
CMYK0.0900.370.55
HSL74.29º22.58%36.47%-
HSV(B)74.29º36.84%44.71%-
XYZ12.915.458.43-
YUV106.22108.69126.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.86%
GREEN value IS 114 (44.92% from 255) = 39.31%
BLUE value IS 72 (28.52% from 255) = 24.83%
R=35.86%
G=39.31%
B=24.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104114720.0900.370.5574.2922.5836.47
Hex6872489025374a1724
Octal15016211011045671122744
Binary11010001110010100100010010100101110111100101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687248; }

 p { color: rgb(104,114,72); }

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

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

 a { background-color: rgb(104,114,72); }

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

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

 span { border-color: rgb(104,114,72); }

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