#677148

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

Shades of Woodland #677148

Tints of Woodland #677148

Color information

#677148 (or 0x677148) is unknown color: approx Woodland. HEX triplet: 67, 71 and 48. RGB value is (103,113,72). Sum of RGB (Red+Green+Blue) = 103+113+72=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #677148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677148 is #988EB7. Grayscale: #696969. Windows color (decimal): -9998008 or 4747623. OLE color: 4747623.

HSL color Cylindrical-coordinate representation of color #677148: hue angle of 74.63º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #677148 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB10311372-
CMYK0.0900.360.56
HSL74.63º22.16%36.27%-
HSV(B)74.63º36.28%44.31%-
XYZ12.6715.168.39-
YUV105.34109.19126.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.76%
GREEN value IS 113 (44.53% from 255) = 39.24%
BLUE value IS 72 (28.52% from 255) = 25%
R=35.76%
G=39.24%
B=25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103113720.0900.360.5674.6322.1636.27
Hex6771489024384b1624
Octal14716111011044701132644
Binary11001111110001100100010010100100111000100101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677148; }

 p { color: rgb(103,113,72); }

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

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

 a { background-color: rgb(103,113,72); }

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

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

 span { border-color: rgb(103,113,72); }

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