#678B6E

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

Shades of Laurel #678B6E

Tints of Laurel #678B6E

Color information

#678B6E (or 0x678B6E) is unknown color: approx Laurel. HEX triplet: 67, 8B and 6E. RGB value is (103,139,110). Sum of RGB (Red+Green+Blue) = 103+139+110=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 139 - color contains mainly: green. Hex color #678B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678B6E is #987491. Grayscale: #7D7D7D. Windows color (decimal): -9991314 or 7244647. OLE color: 7244647.

HSL color Cylindrical-coordinate representation of color #678B6E: hue angle of 131.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #678B6E is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB103139110-
CMYK0.2600.210.45
HSL131.67º14.88%47.45%-
HSV(B)131.67º25.9%54.51%-
XYZ17.6422.4718.16-
YUV124.93119.57112.36-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.26%
GREEN value IS 139 (54.69% from 255) = 39.49%
BLUE value IS 110 (43.36% from 255) = 31.25%
R=29.26%
G=39.49%
B=31.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1031391100.2600.210.45131.6714.8847.45
Hex678B6E1A0152D84f2f
Octal14721315632025552041757
Binary110011110001011110111011010010101101101100001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678B6E; }

 p { color: rgb(103,139,110); }

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

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

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

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

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

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

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