#677D67

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

Shades of Laurel #677D67

Tints of Laurel #677D67

Color information

#677D67 (or 0x677D67) is unknown color: approx Laurel. HEX triplet: 67, 7D and 67. RGB value is (103,125,103). Sum of RGB (Red+Green+Blue) = 103+125+103=331 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.12% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 125 - color contains mainly: green. Hex color #677D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677D67 is #988298. Grayscale: #737373. Windows color (decimal): -9994905 or 6782311. OLE color: 6782311.

HSL color Cylindrical-coordinate representation of color #677D67: hue angle of 120º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #677D67 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB103125103-
CMYK0.1800.180.51
HSL120º9.65%44.71%-
HSV(B)120º17.6%49.02%-
XYZ15.3818.5315.6-
YUV115.91120.71118.79-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.12%
GREEN value IS 125 (49.22% from 255) = 37.76%
BLUE value IS 103 (40.62% from 255) = 31.12%
R=31.12%
G=37.76%
B=31.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1031251030.1800.180.511209.6544.71
Hex677D67120123378a2d
Octal14717514722022631701255
Binary1100111111110111001111001001001011001111110001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677D67; }

 p { color: rgb(103,125,103); }

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

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

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

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

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

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

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