#677869

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

Shades of Laurel #677869

Tints of Laurel #677869

Color information

#677869 (or 0x677869) is unknown color: approx Laurel. HEX triplet: 67, 78 and 69. RGB value is (103,120,105). Sum of RGB (Red+Green+Blue) = 103+120+105=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 120 - color contains mainly: green. Hex color #677869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677869 is #988796. Grayscale: #717171. Windows color (decimal): -9996183 or 6912103. OLE color: 6912103.

HSL color Cylindrical-coordinate representation of color #677869: hue angle of 127.06º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #677869 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB103120105-
CMYK0.1400.130.53
HSL127.06º7.62%43.73%-
HSV(B)127.06º14.17%47.06%-
XYZ14.8617.3415.93-
YUV113.21123.37120.72-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.40%
GREEN value IS 120 (47.27% from 255) = 36.59%
BLUE value IS 105 (41.41% from 255) = 32.01%
R=31.40%
G=36.59%
B=32.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1031201050.1400.130.53127.067.6243.73
Hex677869E0D357f82c
Octal14717015116015651771054
Binary11001111111000110100111100110111010111111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677869; }

 p { color: rgb(103,120,105); }

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

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

 a { background-color: rgb(103,120,105); }

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

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

 span { border-color: rgb(103,120,105); }

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