#677769

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

Shades of Laurel #677769

Tints of Laurel #677769

Color information

#677769 (or 0x677769) is unknown color: approx Laurel. HEX triplet: 67, 77 and 69. RGB value is (103,119,105). Sum of RGB (Red+Green+Blue) = 103+119+105=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 119 - color contains mainly: green. Hex color #677769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677769 is #988896. Grayscale: #707070. Windows color (decimal): -9996439 or 6911847. OLE color: 6911847.

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

Color convert

RGB103119105-
CMYK0.1300.120.53
HSL127.5º7.21%43.53%-
HSV(B)127.5º13.45%46.67%-
XYZ14.7417.115.89-
YUV112.62123.7121.14-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.50%
GREEN value IS 119 (46.88% from 255) = 36.39%
BLUE value IS 105 (41.41% from 255) = 32.11%
R=31.50%
G=36.39%
B=32.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1031191050.1300.120.53127.57.2143.53
Hex677769D0C357f72c
Octal1471671511501465177754
Binary1100111111011111010011101011001101011111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677769; }

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

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

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

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

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

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

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

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