#677368

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

Shades of Laurel #677368

Tints of Laurel #677368

Color information

#677368 (or 0x677368) is unknown color: approx Laurel. HEX triplet: 67, 73 and 68. RGB value is (103,115,104). Sum of RGB (Red+Green+Blue) = 103+115+104=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 115 - color contains mainly: green. Hex color #677368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677368 is #988C97. Grayscale: #6E6E6E. Windows color (decimal): -9997464 or 6845287. OLE color: 6845287.

HSL color Cylindrical-coordinate representation of color #677368: hue angle of 125º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #677368 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB103115104-
CMYK0.1000.100.55
HSL125º5.5%42.75%-
HSV(B)125º10.43%45.1%-
XYZ14.2216.1415.46-
YUV110.16124.52122.89-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.99%
GREEN value IS 115 (45.31% from 255) = 35.71%
BLUE value IS 104 (41.02% from 255) = 32.30%
R=31.99%
G=35.71%
B=32.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1031151040.1000.100.551255.542.75
Hex677368A0A377d62b
Octal1471631501201267175653
Binary1100111111001111010001010010101101111111101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677368; }

 p { color: rgb(103,115,104); }

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

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

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

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

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

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

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